From 14f9c47685ba623d66da24a6d9135b28c5ee793a Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 11 Sep 2017 05:30:34 +0000 Subject: [PATCH] General: Remove error screen padding for Internet Explorer. The inline styles added to the `wp_die()` handler since [18534] increase file size of the error screen enough to prevent Internet Explorer from displaying a generic error page. Props rfair404. Fixes #37551. git-svn-id: https://develop.svn.wordpress.org/trunk@41369 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 03c6126d5b..dfbb0bcfe6 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -2753,8 +2753,6 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) { $text_direction = 'rtl'; ?> - >