Changeset 55846 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 05/22/2023 02:14:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r55703 r55846 2179 2179 $admin_body_classes = ltrim( $admin_body_classes . ' ' . $admin_body_class ); 2180 2180 ?> 2181 <body <?php echo $admin_body_id; ?>class="wp-admin wp-core-ui no-js iframe <?php echo $admin_body_classes; ?>">2181 <body <?php echo $admin_body_id; ?>class="wp-admin wp-core-ui no-js iframe <?php echo esc_attr( $admin_body_classes ); ?>"> 2182 2182 <script type="text/javascript"> 2183 2183 (function(){
Note: See TracChangeset
for help on using the changeset viewer.