summaryrefslogtreecommitdiffstats
path: root/wp-admin/admin-header.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/admin-header.php')
-rw-r--r--wp-admin/admin-header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php
index 9a9eec0..663efa9 100644
--- a/wp-admin/admin-header.php
+++ b/wp-admin/admin-header.php
@@ -13,7 +13,7 @@ get_admin_page_title();
?>
<!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">
+<html xmlns="http://www.w3.org/1999/xhtml" <?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 echo $title; ?> &#8212; WordPress</title>