Loading wp-includes/general-template.php +4 −4 Original line number Diff line number Diff line Loading @@ -4430,11 +4430,11 @@ function register_admin_color_schemes() { 'modern', _x( 'Modern', 'admin color scheme' ), admin_url( "css/colors/modern/colors$suffix.css" ), array( '#1e1e1e', '#3858e9', '#e26f56' ), array( '#1e1e1e', '#3858e9', '#33f078' ), array( 'base' => '#1e1e1e', 'focus' => '#3858e9', 'current' => '#e26f56', 'base' => '#f3f1f1', 'focus' => '#fff', 'current' => '#fff', ) ); Loading wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta2-48541'; $wp_version = '5.5-beta2-48542'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading Loading
wp-includes/general-template.php +4 −4 Original line number Diff line number Diff line Loading @@ -4430,11 +4430,11 @@ function register_admin_color_schemes() { 'modern', _x( 'Modern', 'admin color scheme' ), admin_url( "css/colors/modern/colors$suffix.css" ), array( '#1e1e1e', '#3858e9', '#e26f56' ), array( '#1e1e1e', '#3858e9', '#33f078' ), array( 'base' => '#1e1e1e', 'focus' => '#3858e9', 'current' => '#e26f56', 'base' => '#f3f1f1', 'focus' => '#fff', 'current' => '#fff', ) ); Loading
wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta2-48541'; $wp_version = '5.5-beta2-48542'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading