Changeset 19111 for trunk/wp-admin/options-privacy.php
- Timestamp:
- 11/02/2011 03:12:37 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-privacy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-privacy.php
r18554 r19111 19 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 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>' . 21 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' 22 ); 23 24 get_current_screen()->add_help_sidebar( 22 25 '<p><strong>' . __('For more information:') . '</strong></p>' . 23 26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_Screen" target="_blank">Documentation on Privacy Settings</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.