Ticket #13736: 13736-options-privacy.php.diff

File 13736-options-privacy.php.diff, 1.0 KB (added by zeo, 3 years ago)
Line 
1Index: wp-admin/options-privacy.php
2===================================================================
3--- wp-admin/options-privacy.php        (revision 15198)
4+++ wp-admin/options-privacy.php        (working copy)
5@@ -20,7 +20,7 @@
6        '<p>' . __('When this setting is in effect a reminder is shown in the header of these administration screens that says, &#8220;Search Engines Blocked,&#8221; to remind you that your site is not being crawled.') . '</p>' .
7        '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
8        '<p><strong>' . __('For more information:') . '</strong></p>' .
9-       '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_SubPanel" target="_blank">Privacy Settings Documentation</a>') . '</p>' .
10+       '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_SubPanel" target="_blank">Documentation on Privacy Settings</a>') . '</p>' .
11        '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
12 );
13