diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 15fa1ef44..49bd56b30 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -2808,7 +2808,7 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) { if ( isset( $r['back_link'] ) && $r['back_link'] ) { $back_text = $have_gettext? __('« Back') : '« Back'; - $message .= "\n

$back_text

"; + $message .= "\n

$back_text

"; } if ( !function_exists( 'did_action' ) || !did_action( 'admin_head' ) ) :