Changeset 61681 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 02/18/2026 09:13:47 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r61651 r61681 2173 2173 2174 2174 $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_user_locale() ) ) ); 2175 $admin_body_class .= ' admin-color-' . sanitize_html_class( get_user_option( 'admin_color' ), 'modern' ); 2175 2176 2176 2177 if ( is_rtl() ) {
Note: See TracChangeset
for help on using the changeset viewer.