From 1bd2ae053844e74ee0b4c1b5e560ddfcf36547dd Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 5 Nov 2012 23:17:28 +0000 Subject: [PATCH] Update contextual help for 'Search Engine Visibility' to reflect UI changes. Props DrewAPicture. see #16416 git-svn-id: http://core.svn.wordpress.org/trunk@22388 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-reading.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index be3b568cff..616f35c962 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -69,8 +69,8 @@ get_current_screen()->add_help_tab( array( get_current_screen()->add_help_tab( array( 'id' => 'site-visibility', 'title' => has_action( 'blog_privacy_selector' ) ? __( 'Site Visibility' ) : __( 'Search Engine Visibility' ), - 'content' => '

' . __( 'You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the radio button next to “Ask search engines not to index this site” and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.' ) . '

' . - '

' . __( 'When this setting is in effect a reminder is shown in the Right Now box of the Dashboard that says, “Search Engines Discouraged,” to remind you that your site is not being crawled.' ) . '

', + 'content' => '

' . __( 'You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to “Discourage search engines from indexing this site” and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.' ) . '

' . + '

' . __( 'When this setting is in effect, a reminder is shown in the Right Now box of the Dashboard that says, “Search Engines Discouraged,” to remind you that your site is not being crawled.' ) . '

', ) ); get_current_screen()->set_help_sidebar(