Changeset 18975 for trunk/wp-admin/includes/media.php
- Timestamp:
- 10/15/2011 07:33:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r18957 r18975 312 312 ?> 313 313 <!DOCTYPE html> 314 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?phplanguage_attributes(); ?>>314 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); echo "$wp_htmltag_class "; language_attributes(); ?>> 315 315 <head> 316 316 <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.