Changeset 27695 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 03/25/2014 08:04:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r27470 r27695 1515 1515 ?> 1516 1516 </head> 1517 <?php 1518 /** This filter is documented in wp-admin/admin-header.php */ 1519 ?> 1517 <?php /** This filter is documented in wp-admin/admin-header.php */ ?> 1520 1518 <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class="wp-admin wp-core-ui no-js iframe <?php echo apply_filters( 'admin_body_class', '' ) . ' ' . $admin_body_class; ?>"> 1521 1519 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.