Changeset 42974 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 04/13/2018 02:02:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r42875 r42974 1789 1789 /** This filter is documented in wp-admin/admin-header.php */ 1790 1790 $admin_body_classes = apply_filters( 'admin_body_class', '' ); 1791 $admin_body_classes = ltrim( $admin_body_classes . ' ' . $admin_body_class ); 1791 1792 ?> 1792 1793 <body … … 1799 1800 } 1800 1801 ?> 1801 class="wp-admin wp-core-ui no-js iframe <?php echo $admin_body_classes . ' ' . $admin_body_class; ?>">1802 class="wp-admin wp-core-ui no-js iframe <?php echo $admin_body_classes; ?>"> 1802 1803 <script type="text/javascript"> 1803 1804 (function(){
Note: See TracChangeset
for help on using the changeset viewer.