Add a viewport meta tag to `wp_die()`.

Props leogopal

Fixes #29336


git-svn-id: https://develop.svn.wordpress.org/trunk@32501 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2015-05-13 04:07:46 +00:00
parent f927722bc0
commit 8bcd566ee0
1 changed files with 1 additions and 0 deletions

View File

@ -2474,6 +2474,7 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
<html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) && function_exists( 'is_rtl' ) ) language_attributes(); else echo "dir='$text_direction'"; ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width">
<title><?php echo $title ?></title>
<style type="text/css">
html {