Changeset 6568
- Timestamp:
- 01/06/2008 07:15:33 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readme.html
r5957 r6568 2 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 5 <title>WordPress › ReadMe</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />6 6 <link rel="stylesheet" href="wp-admin/css/install.css" type="text/css" /> 7 7 </head> -
trunk/wp-admin/setup-config.php
r6426 r6568 32 32 <html xmlns="http://www.w3.org/1999/xhtml"> 33 33 <head> 34 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 34 35 <title>WordPress › Setup Configuration File</title> 35 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 36 36 37 <style media="screen" type="text/css"> 37 38 <!-- -
trunk/wp-admin/sidebar.php
r5965 r6568 12 12 <html xmlns="http://www.w3.org/1999/xhtml"> 13 13 <head> 14 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" /> 14 15 <title>WordPress › Posted</title> 15 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />16 16 <?php wp_admin_css(); ?> 17 17 </head> … … 27 27 <html xmlns="http://www.w3.org/1999/xhtml"> 28 28 <head> 29 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" /> 29 30 <title>WordPress › Sidebar</title> 30 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" />31 31 <?php wp_admin_css(); ?> 32 32 <style type="text/css" media="screen"> -
trunk/wp-includes/functions.php
r6551 r6568 1347 1347 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>> 1348 1348 <head> 1349 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1349 1350 <title><?php echo $title ?></title> 1350 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />1351 1351 <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install.css" type="text/css" /> 1352 1352 <?php … … 1551 1551 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>> 1552 1552 <head> 1553 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1553 1554 <title>Database Error</title> 1554 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />1555 1555 1556 </head> 1556 1557 <body> -
trunk/wp-includes/js/tinymce/blank.htm
r2916 r6568 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 3 4 <title>blank_page</title> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />5 5 </head> 6 6 <body class="mceContentBody"> -
trunk/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js
r5577 r6568 398 398 html += '<html>'; 399 399 html += '<head>'; 400 html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">'; 400 401 html += '<title>Wrapper iframe</title>'; 401 402 … … 403 404 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>'; 404 405 405 html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';406 406 html += '<link href="' + this.getParam("css_file") + '" rel="stylesheet" type="text/css" />'; 407 407 html += '</head>'; -
trunk/wp-includes/js/tinymce/plugins/inlinepopups/jscripts/mcwindows.js
r4747 r6568 168 168 html += '<html>'; 169 169 html += '<head>'; 170 html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">'; 170 171 html += '<title>Wrapper iframe</title>'; 171 html += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';172 172 html += '<link href="../jscripts/tiny_mce/themes/advanced/css/editor_ui.css" rel="stylesheet" type="text/css" />'; 173 173 html += '</head>'; -
trunk/wp-includes/js/tinymce/plugins/paste/blank.htm
r3664 r6568 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 3 4 <title>blank_page</title> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />5 5 <script language="javascript"> 6 6 function init() { -
trunk/wp-includes/js/tinymce/tiny_mce.js
r5577 r6568 3876 3876 doc = this.contentDocument; 3877 3877 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>'; 3879 3879 3880 3880 try {
Note: See TracChangeset
for help on using the changeset viewer.