Make WordPress Core

Changeset 13565


Ignore:
Timestamp:
03/03/2010 12:19:18 AM (15 years ago)
Author:
iammattthomas
Message:

Use a short HTML5-style charset declaration in twentyten, props demetris. See #12483

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/header.php

    r13555 r13565  
    22<html <?php language_attributes(); ?>>
    33<head>
     4    <meta charset="<?php bloginfo('charset'); ?>" />
     5
    46    <title><?php
    57        if ( is_single() ) {
     
    1719        }
    1820    ?></title>
    19 
    20     <meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    2121
    2222    <link rel="profile" href="http://gmpg.org/xfn/11" />
Note: See TracChangeset for help on using the changeset viewer.