<!DOCTYPE html> for all, fixes #18202
git-svn-id: http://svn.automattic.com/wordpress/trunk@18460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -322,7 +322,7 @@ switch ( $_GET['action'] ) {
|
||||
if ( $current_site->blog_id == $id )
|
||||
wp_die( __( 'You are not allowed to change the current site.' ) );
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>>
|
||||
<head>
|
||||
<title><?php _e( 'WordPress › Confirm your action' ); ?></title>
|
||||
|
||||
Reference in New Issue
Block a user