From d7efe7a3b067a0d344a3ecc2ee3e7e16c706f27b Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 11 Nov 2013 22:27:10 +0000 Subject: [PATCH] Change `nofollow` to `follow` in `wp_robots_noindex()`. "The noindex is fine, the nofollow stops any link equity from that URL, so that's actually a bad idea." Props joostdevalk. Fixes #22876. Built from https://develop.svn.wordpress.org/trunk@26096 git-svn-id: http://core.svn.wordpress.org/trunk@26011 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 75599204bf..0c2fed624f 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -1785,7 +1785,7 @@ function noindex() { * @since 3.3.0 */ function wp_no_robots() { - echo "\n"; + echo "\n"; } /**