Changeset 14210
- Timestamp:
- 04/24/2010 02:59:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r14191 r14210 3492 3492 3493 3493 $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix); 3494 if ( get_user_setting('mfold') == 'f' )3495 $admin_body_class .= ' folded';3496 3494 ?> 3497 3495 </head> 3498 <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class=" wp-admin no-js<?php echo apply_filters( 'admin_body_class', '' ) . " $admin_body_class"; ?>">3496 <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class="no-js <?php echo $admin_body_class; ?>"> 3499 3497 <script type="text/javascript"> 3500 3498 //<![CDATA[
Note: See TracChangeset
for help on using the changeset viewer.