Make WordPress Core

Changeset 5309


Ignore:
Timestamp:
04/25/2007 12:56:22 AM (18 years ago)
Author:
rob1n
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upload.php

    r5226 r5309  
    6060if ( 'inline' == $style ) : ?>
    6161<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    62 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
     62<html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
    6363<head>
    6464<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.