Use a short HTML5-style charset declaration in twentyten, props demetris. See #12483
git-svn-id: http://svn.automattic.com/wordpress/trunk@13565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7cafb3f959
commit
2d85143b5e
|
@ -1,6 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html <?php language_attributes(); ?>>
|
<html <?php language_attributes(); ?>>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="<?php bloginfo('charset'); ?>" />
|
||||||
|
|
||||||
<title><?php
|
<title><?php
|
||||||
if ( is_single() ) {
|
if ( is_single() ) {
|
||||||
single_post_title(); echo ' | '; bloginfo('name');
|
single_post_title(); echo ' | '; bloginfo('name');
|
||||||
|
@ -17,8 +19,6 @@
|
||||||
}
|
}
|
||||||
?></title>
|
?></title>
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
|
|
||||||
|
|
||||||
<link rel="profile" href="http://gmpg.org/xfn/11" />
|
<link rel="profile" href="http://gmpg.org/xfn/11" />
|
||||||
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />
|
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />
|
||||||
<link rel="stylesheet" type="text/css" media="print" href="<?php bloginfo('stylesheet_directory'); ?>/print.css" />
|
<link rel="stylesheet" type="text/css" media="print" href="<?php bloginfo('stylesheet_directory'); ?>/print.css" />
|
||||||
|
|
Loading…
Reference in New Issue