Add admin_xml_ns to upload.php's <html>, since it doesn't use admin-header.php.

git-svn-id: https://develop.svn.wordpress.org/trunk@5309 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-25 00:56:22 +00:00
parent a40b296021
commit 272ad77beb
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ foreach ( $wp_upload_tabs as $t => $tab_array ) {
if ( 'inline' == $style ) : ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
<title><?php bloginfo('name') ?> &rsaquo; <?php _e('Uploads'); ?> &#8212; WordPress</title>