From 6fe6d25f017d1176141b4d884896a100ba60574a Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 15 Apr 2016 02:04:54 +0000 Subject: [PATCH] Add noindexing to the default `wp_die()` handler to avoid unnecessary crawl errors in web search engines. Fixes #34401 Props rodrigosprimo git-svn-id: https://develop.svn.wordpress.org/trunk@37210 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 4de9880db0..ca1c4c91fc 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -2662,6 +2662,7 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) { + <?php echo $title ?>