We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda8d9d commit 497730fCopy full SHA for 497730f
src/wp-admin/customize.php
@@ -147,6 +147,7 @@
147
$body_class .= ' rtl';
148
}
149
$body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_user_locale() ) ) );
150
+$body_class .= ' admin-color-' . sanitize_html_class( get_user_option( 'admin_color' ), 'fresh' );
151
152
if ( wp_use_widgets_block_editor() ) {
153
$body_class .= ' wp-embed-responsive';
0 commit comments