Changeset 59698 for trunk/src/wp-admin/admin-header.php
- Timestamp:
- 01/24/2025 10:56:38 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r59678 r59698 213 213 if ( $current_screen->is_block_editor() ) { 214 214 $admin_body_class .= ' block-editor-page wp-embed-responsive'; 215 } 216 217 $admin_body_class .= ' wp-theme-' . sanitize_html_class( get_template() ); 218 if ( is_child_theme() ) { 219 $admin_body_class .= ' wp-child-theme-' . sanitize_html_class( get_stylesheet() ); 215 220 } 216 221
Note: See TracChangeset
for help on using the changeset viewer.