Make WordPress Core

Changeset 18206


Ignore:
Timestamp:
06/08/2011 10:22:07 PM (14 years ago)
Author:
nacin
Message:

Move charset declaration to just inside <head>. props niallkennedy, fixes #17148.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r17976 r18206  
    6060<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    6161<head>
     62    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    6263    <title><?php bloginfo('name'); ?> &rsaquo; <?php echo $title; ?></title>
    63     <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    6464<?php
    6565    wp_admin_css( 'login', true );
Note: See TracChangeset for help on using the changeset viewer.