Changes in trunk/wp-admin/options-privacy.php [16980:18092]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-privacy.php
r16980 r18092 1 1 <?php 2 2 /** 3 * Privacy Options Settings Administration Panel.3 * Privacy Options Settings Administration Screen. 4 4 * 5 5 * @package WordPress … … 18 18 add_contextual_help($current_screen, 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 '<p>' . __('When this setting is in effect a reminder is shown in the header of these administration screensthat says, “Search Engines Blocked,” to remind you that your site is not being crawled.') . '</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 21 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 22 22 '<p><strong>' . __('For more information:') . '</strong></p>' . 23 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_S ubPanel" target="_blank">Documentation on Privacy Settings</a>') . '</p>' .23 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_Screen" target="_blank">Documentation on Privacy Settings</a>') . '</p>' . 24 24 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 25 25 );
Note: See TracChangeset
for help on using the changeset viewer.