Make WordPress Core

Changeset 6568


Ignore:
Timestamp:
01/06/2008 07:15:33 PM (17 years ago)
Author:
ryan
Message:

Encoding before title. Props RanYanivHartstein. fixes #5519 for 2.5

Location:
trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/readme.html

    r5957 r6568  
    22<html xmlns="http://www.w3.org/1999/xhtml">
    33<head>
     4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    45    <title>WordPress &rsaquo; ReadMe</title>
    5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    66    <link rel="stylesheet" href="wp-admin/css/install.css" type="text/css" />
    77</head>
  • trunk/wp-admin/setup-config.php

    r6426 r6568  
    3232<html xmlns="http://www.w3.org/1999/xhtml">
    3333<head>
     34<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    3435<title>WordPress &rsaquo; Setup Configuration File</title>
    35 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     36
    3637<style media="screen" type="text/css">
    3738    <!--
  • trunk/wp-admin/sidebar.php

    r5965 r6568  
    1212<html xmlns="http://www.w3.org/1999/xhtml">
    1313<head>
     14<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />
    1415<title>WordPress &#8250; Posted</title>
    15 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />
    1616<?php wp_admin_css(); ?>
    1717</head>
     
    2727<html xmlns="http://www.w3.org/1999/xhtml">
    2828<head>
     29<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" />
    2930<title>WordPress &#8250; Sidebar</title>
    30 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" />
    3131<?php wp_admin_css(); ?>
    3232<style type="text/css" media="screen">
  • trunk/wp-includes/functions.php

    r6551 r6568  
    13471347<html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>>
    13481348<head>
     1349    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    13491350    <title><?php echo $title ?></title>
    1350     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    13511351    <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install.css" type="text/css" />
    13521352<?php
     
    15511551<html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>>
    15521552<head>
     1553<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    15531554    <title>Database Error</title>
    1554     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1555   
    15551556</head>
    15561557<body>
  • trunk/wp-includes/js/tinymce/blank.htm

    r2916 r6568  
    11<html xmlns="http://www.w3.org/1999/xhtml">
    22<head>
     3    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    34    <title>blank_page</title>
    4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    55</head>
    66<body class="mceContentBody">
  • trunk/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js

    r5577 r6568  
    398398    html += '<html>';
    399399    html += '<head>';
     400    html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';
    400401    html += '<title>Wrapper iframe</title>';
    401402   
     
    403404    if (this.isMac) html += '<style type="text/css">.mceWindowTitle{float:none;margin:0;width:100%;text-align:center;}.mceWindowClose{float:none;position:absolute;left:0px;top:0px;}</style>';
    404405   
    405     html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';
    406406    html += '<link href="' + this.getParam("css_file") + '" rel="stylesheet" type="text/css" />';
    407407    html += '</head>';
  • trunk/wp-includes/js/tinymce/plugins/inlinepopups/jscripts/mcwindows.js

    r4747 r6568  
    168168    html += '<html>';
    169169    html += '<head>';
     170    html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';
    170171    html += '<title>Wrapper iframe</title>';
    171     html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';
    172172    html += '<link href="../jscripts/tiny_mce/themes/advanced/css/editor_ui.css" rel="stylesheet" type="text/css" />';
    173173    html += '</head>';
  • trunk/wp-includes/js/tinymce/plugins/paste/blank.htm

    r3664 r6568  
    11<html xmlns="http://www.w3.org/1999/xhtml">
    22<head>
     3    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    34    <title>blank_page</title>
    4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    55    <script language="javascript">
    66        function init() {
  • trunk/wp-includes/js/tinymce/tiny_mce.js

    r5577 r6568  
    38763876        doc = this.contentDocument;
    38773877        if (dynamicIFrame) {
    3878             html = tinyMCE.getParam('doctype') + '<html><head xmlns="http://www.w3.org/1999/xhtml"><base href="' + tinyMCE.settings.base_href + '" /><title>blank_page</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body class="mceContentBody"></body></html>';
     3878            html = tinyMCE.getParam('doctype') + '<html><head xmlns="http://www.w3.org/1999/xhtml"><base href="' + tinyMCE.settings.base_href + '" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>blank_page</title></head><body class="mceContentBody"></body></html>';
    38793879
    38803880            try {
Note: See TracChangeset for help on using the changeset viewer.