Make WordPress Core


Ignore:
Timestamp:
07/22/2011 12:25:41 AM (15 years ago)
Author:
azaozz
Message:

<!DOCTYPE html> for all, fixes #18202

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade.php

    r17584 r18460  
    4343@header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
    4444?>
    45 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     45<!DOCTYPE html>
    4646<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    4747<head>
Note: See TracChangeset for help on using the changeset viewer.