Changeset 19472 for trunk/wp-admin/options-privacy.php
- Timestamp:
- 11/29/2011 04:58:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-privacy.php
r19119 r19472 16 16 $parent_file = 'options-general.php'; 17 17 18 add_contextual_help($current_screen, 19 '<p>' . __('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 second option here. Note that your privacy is not complete; your site is still visible on the web.') . '</p>' . 20 '<p>' . __('When this setting is in effect a reminder is shown in the Right Now box of the Dashboard that says, “Search Engines Blocked,” to remind you that your site is not being crawled.') . '</p>' . 21 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' 22 ); 18 get_current_screen()->add_help_tab( array( 19 'id' => 'options-privacy', 20 'title' => __('Privacy Options'), 21 'content' => '<p>' . __('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 second option here. Note that your privacy is not complete; your site is still visible on the web.') . '</p>' . 22 '<p>' . __('When this setting is in effect a reminder is shown in the Right Now box of the Dashboard that says, “Search Engines Blocked,” to remind you that your site is not being crawled.') . '</p>' . 23 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>', 24 ) ); 23 25 24 26 get_current_screen()->set_help_sidebar(
Note: See TracChangeset
for help on using the changeset viewer.