Changeset 18882 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/05/2011 07:09:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r18860 r18882 1352 1352 global $hook_suffix, $current_screen, $current_user, $admin_body_class, $wp_locale; 1353 1353 $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix); 1354 $admin_body_class .= ' iframe';1355 1354 1356 1355 ?><!DOCTYPE html> … … 1390 1389 ?> 1391 1390 </head> 1392 <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class=" no-js <?php echo$admin_body_class; ?>">1391 <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class="wp-admin no-js iframe <?php echo apply_filters( 'admin_body_class', '' ) . ' ' . $admin_body_class; ?>"> 1393 1392 <script type="text/javascript"> 1394 1393 //<![CDATA[
Note: See TracChangeset
for help on using the changeset viewer.