Ticket #16893: general-template.php.17522.diff
File general-template.php.17522.diff, 501 bytes (added by , 14 years ago) |
---|
-
wp-includes/general-template.php
1701 1701 */ 1702 1702 function noindex() { 1703 1703 // If the blog is not public, tell robots to go away. 1704 if ( '0' == get_option('blog_public') )1704 if ( isset($_GET['replytocom']) || '0' == get_option('blog_public') ) 1705 1705 echo "<meta name='robots' content='noindex,nofollow' />\n"; 1706 1706 } 1707 1707