Make WordPress Core


Ignore:
Timestamp:
12/01/2011 12:52:31 AM (13 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-discussion.php

    r19472 r19507  
    1717
    1818get_current_screen()->add_help_tab( array(
    19     'id'      => 'options-discussion',
    20     'title'   => __('Discussion Options'),
     19    'id'      => 'overview',
     20    'title'   => __('Overview'),
    2121    'content' => '<p>' . __('This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won&#8217;t all fit here! :) Use the documentation links to get information on what each discussion setting does.') . '</p>' .
    2222        '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
Note: See TracChangeset for help on using the changeset viewer.