Changeset 43569 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 08/15/2018 06:22:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r43495 r43569 2178 2178 <!--[if IE 8]> 2179 2179 <html xmlns="http://www.w3.org/1999/xhtml" class="ie8 <?php echo $admin_html_class; ?>" 2180 <?php 2181 /** 2182 * Fires inside the HTML tag in the admin header. 2183 * 2184 * @since 2.2.0 2185 */ 2186 do_action( 'admin_xml_ns' ); 2187 ?> 2188 <?php language_attributes(); ?>> 2180 <?php 2181 /** 2182 * Fires inside the HTML tag in the admin header. 2183 * 2184 * @since 2.2.0 2185 */ 2186 do_action( 'admin_xml_ns' ); 2187 2188 language_attributes(); 2189 ?> 2190 > 2189 2191 <![endif]--> 2190 2192 <!--[if !(IE 8) ]><!--> 2191 2193 <html xmlns="http://www.w3.org/1999/xhtml" class="<?php echo $admin_html_class; ?>" 2192 <?php 2193 /** This action is documented in wp-admin/includes/template.php */ 2194 do_action( 'admin_xml_ns' ); 2195 ?> 2196 <?php language_attributes(); ?>> 2194 <?php 2195 /** This action is documented in wp-admin/includes/template.php */ 2196 do_action( 'admin_xml_ns' ); 2197 2198 language_attributes(); 2199 ?> 2200 > 2197 2201 <!--<![endif]--> 2198 2202 <head>
Note: See TracChangeset
for help on using the changeset viewer.