Changeset 47771 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 05/06/2020 08:13:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r47557 r47771 2443 2443 ?> 2444 2444 <!DOCTYPE html> 2445 <!--[if IE 8]>2446 <html xmlns="http://www.w3.org/1999/xhtml" class="ie8 <?php echo $admin_html_class; ?>"2447 <?php2448 /**2449 * Fires inside the HTML tag in the admin header.2450 *2451 * @since 2.2.02452 */2453 do_action( 'admin_xml_ns' );2454 2455 language_attributes();2456 ?>2457 >2458 <![endif]-->2459 <!--[if !(IE 8) ]><!-->2460 2445 <html xmlns="http://www.w3.org/1999/xhtml" class="<?php echo $admin_html_class; ?>" 2461 2446 <?php … … 2465 2450 language_attributes(); 2466 2451 ?> 2467 > 2468 <!--<![endif]--> 2452 > 2469 2453 <head> 2470 2454 <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.