Ticket #12483: t12483-html5-charset.diff
File t12483-html5-charset.diff, 909 bytes (added by , 15 years ago) |
---|
-
wp-content/themes/twentyten/header.php
1 1 <!DOCTYPE html> 2 2 <html <?php language_attributes(); ?>> 3 3 <head> 4 <meta charset="<?php bloginfo('charset'); ?>" /> 5 4 6 <title><?php 5 7 if ( is_single() ) { 6 8 single_post_title(); echo ' | '; bloginfo('name'); … … 17 19 } 18 20 ?></title> 19 21 20 <meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />21 22 22 <link rel="profile" href="http://gmpg.org/xfn/11" /> 23 23 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" /> 24 24 <link rel="stylesheet" type="text/css" media="print" href="<?php bloginfo('stylesheet_directory'); ?>/print.css" />