From 17be663ad03ff95eeffc8e83a2dd0c85f5def862 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 15 Apr 2016 02:05:27 +0000 Subject: [PATCH] Add noindexing to the default `wp_die()` handler to avoid unnecessary crawl errors in web search engines. Fixes #34401 Props rodrigosprimo Built from https://develop.svn.wordpress.org/trunk@37210 git-svn-id: http://core.svn.wordpress.org/trunk@37176 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 4de9880db0..ca1c4c91fc 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -2662,6 +2662,7 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) { + <?php echo $title ?>