Changeset 61681 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 02/18/2026 09:13:47 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r61651 r61681 612 612 ?> 613 613 </head> 614 <body<?php echo $body_id_attr; ?> class="wp-core-ui no-js ">614 <body<?php echo $body_id_attr; ?> class="wp-core-ui no-js <?php echo 'admin-color-' . sanitize_html_class( get_user_option( 'admin_color' ), 'modern' ); ?>"> 615 615 <script> 616 616 document.body.className = document.body.className.replace('no-js', 'js');
Note: See TracChangeset
for help on using the changeset viewer.