Changeset 22948 for trunk/wp-admin/admin-header.php
- Timestamp:
- 11/30/2012 01:40:59 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r22730 r22948 98 98 ?> 99 99 </head> 100 <body class="wp-admin no-js <?php echo apply_filters( 'admin_body_class', '' ) . " $admin_body_class"; ?>">100 <body class="wp-admin wp-core-ui no-js <?php echo apply_filters( 'admin_body_class', '' ) . " $admin_body_class"; ?>"> 101 101 <script type="text/javascript"> 102 102 document.body.className = document.body.className.replace('no-js','js');
Note: See TracChangeset
for help on using the changeset viewer.