Make WordPress Core


Ignore:
Timestamp:
12/01/2011 12:52:31 AM (12 years ago)
Author:
nacin
Message:

Help text tweaks for the Settings screens. props jane. see #19020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-privacy.php

    r19472 r19507  
    1717
    1818get_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, &#8220;Search Engines Blocked,&#8221; 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>',
     19    'id'      => 'overview',
     20    'title'   => __('Overview'),
     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 radio button next to &#8220;Ask search engines not to index this site&#8221; 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.') . '</p>' .
     22        '<p>' . __('When this setting is in effect a reminder is shown in the Right Now box of the Dashboard that says, &#8220;Search Engines Blocked,&#8221; to remind you that your site is not being crawled.') . '</p>',
    2423) );
    2524
Note: See TracChangeset for help on using the changeset viewer.