Changeset 18975 for trunk/wp-admin/admin-header.php
- Timestamp:
- 10/15/2011 07:33:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r18900 r18975 36 36 ?> 37 37 <!DOCTYPE html> 38 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?phplanguage_attributes(); ?>>38 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); echo "$wp_htmltag_class "; language_attributes(); ?>> 39 39 <head> 40 40 <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.