Options, Meta APIs: Update default color scheme swatch to match CSS changes.
Update the default/fresh theme color swatch displayed on user profile pages to match CSS changes made during the 5.7 release cycle. Props audrasjb, desrosj, ninetyninew, ryelle. Fixes #52750. Built from https://develop.svn.wordpress.org/trunk@50663 git-svn-id: http://core.svn.wordpress.org/trunk@50275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7442fe63a0
commit
72a04aa045
|
@ -4392,7 +4392,7 @@ function register_admin_color_schemes() {
|
|||
'fresh',
|
||||
_x( 'Default', 'admin color scheme' ),
|
||||
false,
|
||||
array( '#1d2327', '#2c3338', '#3582c4', '#72aee6' ),
|
||||
array( '#1d2327', '#2c3338', '#2271b1', '#72aee6' ),
|
||||
array(
|
||||
'base' => '#a7aaad',
|
||||
'focus' => '#72aee6',
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50659';
|
||||
$wp_version = '5.8-alpha-50663';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue