Translate WordPress. Fixes #6324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a50d730cb
commit
d047875664
|
@ -124,7 +124,7 @@ function wp_iframe($content_func /* ... */) {
|
|||
<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') ?> › <?php _e('Uploads'); ?> — WordPress</title>
|
||||
<title><?php bloginfo('name') ?> › <?php _e('Uploads'); ?> — <?php _e('WordPress'); ?></title>
|
||||
<?php
|
||||
wp_admin_css( 'css/global' );
|
||||
wp_admin_css();
|
||||
|
|
Loading…
Reference in New Issue