mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Remove manifest from html until we get it working. see #7262
git-svn-id: http://svn.automattic.com/wordpress/trunk@11280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3d95157033
commit
efa4c276ed
@ -15,8 +15,7 @@ wp_user_settings();
|
||||
wp_menu_unfold();
|
||||
?>
|
||||
<!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 do_action('admin_xml_ns'); ?> <?php language_attributes();
|
||||
echo strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox/3.5') !== false ? ' manifest="cache-manifest.php"' : ''; ?>>
|
||||
<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 echo $title; ?> ‹ <?php bloginfo('name') ?> — WordPress</title>
|
||||
|
Loading…
Reference in New Issue
Block a user