diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php
index 18b5ff3c3a..9dba595021 100644
--- a/wp-admin/admin-header.php
+++ b/wp-admin/admin-header.php
@@ -30,7 +30,7 @@ $admin_title = apply_filters( 'admin_title', $admin_title, $title );
wp_user_settings();
?>
-
+
>
diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php
index def2343300..5e2c0e6b65 100644
--- a/wp-admin/includes/media.php
+++ b/wp-admin/includes/media.php
@@ -309,7 +309,7 @@ function media_handle_sideload($file_array, $post_id, $desc = null, $post_data =
*/
function wp_iframe($content_func /* ... */) {
?>
-
+
>
diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php
index df87492380..17ba5b001f 100644
--- a/wp-admin/includes/template.php
+++ b/wp-admin/includes/template.php
@@ -1550,7 +1550,7 @@ function iframe_header( $title = '', $limit_styles = false ) {
$admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix);
$admin_body_class .= ' iframe';
-?>
+?>
>
diff --git a/wp-admin/install.php b/wp-admin/install.php
index 0b65f5236d..9778fdcda5 100644
--- a/wp-admin/install.php
+++ b/wp-admin/install.php
@@ -9,7 +9,7 @@
// Sanity check.
if ( false ) {
?>
-
+
@@ -53,7 +53,7 @@ $step = isset( $_GET['step'] ) ? $_GET['step'] : 0;
function display_header() {
header( 'Content-Type: text/html; charset=utf-8' );
?>
-
+
>
diff --git a/wp-admin/maint/repair.php b/wp-admin/maint/repair.php
index c3430a7fb5..6e895c257b 100644
--- a/wp-admin/maint/repair.php
+++ b/wp-admin/maint/repair.php
@@ -6,7 +6,7 @@ require_once('../../wp-load.php');
header( 'Content-Type: text/html; charset=utf-8' );
?>
-
+
>
@@ -89,4 +89,4 @@ if ( !defined('WP_ALLOW_REPAIR') ) {
}
?>
-
\ No newline at end of file
+
diff --git a/wp-admin/network/edit.php b/wp-admin/network/edit.php
index 2d3f952268..dc45397905 100644
--- a/wp-admin/network/edit.php
+++ b/wp-admin/network/edit.php
@@ -322,7 +322,7 @@ switch ( $_GET['action'] ) {
if ( $current_site->blog_id == $id )
wp_die( __( 'You are not allowed to change the current site.' ) );
?>
-
+
>
diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php
index 70f1808a3a..68fd228b46 100644
--- a/wp-admin/press-this.php
+++ b/wp-admin/press-this.php
@@ -320,7 +320,7 @@ die;
}
?>
-
+
>
diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php
index acd65e7aa5..d8f130c950 100644
--- a/wp-admin/setup-config.php
+++ b/wp-admin/setup-config.php
@@ -78,7 +78,7 @@ else
function display_header() {
header( 'Content-Type: text/html; charset=utf-8' );
?>
-
+
diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php
index 794b55b640..84e251baec 100644
--- a/wp-admin/upgrade.php
+++ b/wp-admin/upgrade.php
@@ -42,7 +42,7 @@ $mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>='
@header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
?>
-
+
>
diff --git a/wp-includes/functions.php b/wp-includes/functions.php
index 12d2f117a6..b53f12eaf2 100644
--- a/wp-includes/functions.php
+++ b/wp-includes/functions.php
@@ -2836,7 +2836,7 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
elseif ( function_exists( 'is_rtl' ) && is_rtl() )
$text_direction = 'rtl';
?>
-
+
>
@@ -3285,7 +3285,7 @@ function dead_db() {
nocache_headers();
header( 'Content-Type: text/html; charset=utf-8' );
?>
-
+
>
diff --git a/wp-includes/js/tinymce/wp-mce-help.php b/wp-includes/js/tinymce/wp-mce-help.php
index 3bfc378091..de12bd108d 100644
--- a/wp-includes/js/tinymce/wp-mce-help.php
+++ b/wp-includes/js/tinymce/wp-mce-help.php
@@ -9,7 +9,7 @@
require_once('../../../wp-load.php');
header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
?>
-
+
>
diff --git a/wp-includes/load.php b/wp-includes/load.php
index 4e7c6923ca..3740258333 100644
--- a/wp-includes/load.php
+++ b/wp-includes/load.php
@@ -166,7 +166,7 @@ function wp_maintenance() {
header( 'Content-Type: text/html; charset=utf-8' );
header( 'Retry-After: 600' );
?>
-
+
diff --git a/wp-includes/ms-deprecated.php b/wp-includes/ms-deprecated.php
index a7f7eb238c..80249ca515 100644
--- a/wp-includes/ms-deprecated.php
+++ b/wp-includes/ms-deprecated.php
@@ -68,7 +68,7 @@ function graceful_fail( $message ) {
_deprecated_function( __FUNCTION__, '3.0', 'wp_die()' );
$message = apply_filters( 'graceful_fail', $message );
$message_template = apply_filters( 'graceful_fail_template',
-'
+'
Error!
diff --git a/wp-includes/theme-compat/comments-popup.php b/wp-includes/theme-compat/comments-popup.php
index 12ad736ebc..2e59317ddb 100644
--- a/wp-includes/theme-compat/comments-popup.php
+++ b/wp-includes/theme-compat/comments-popup.php
@@ -8,7 +8,7 @@
*
*/
_deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3.0', null, sprintf( __('Please include a %1$s template in your theme.'), basename(__FILE__) ) );
-?>
+?>
diff --git a/wp-includes/theme-compat/header.php b/wp-includes/theme-compat/header.php
index 7abaa02ff2..6795b16534 100644
--- a/wp-includes/theme-compat/header.php
+++ b/wp-includes/theme-compat/header.php
@@ -9,7 +9,7 @@
*/
_deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3.0', null, sprintf( __('Please include a %1$s template in your theme.'), basename(__FILE__) ) );
?>
-
+
>
diff --git a/wp-login.php b/wp-login.php
index ffa00ab070..849c4ab9e8 100644
--- a/wp-login.php
+++ b/wp-login.php
@@ -56,7 +56,7 @@ function login_header($title = 'Log In', $message = '', $wp_error = '') {
add_action( 'login_head', 'wp_shake_js', 12 );
?>
-
+
>