Make WordPress Core


Ignore:
Timestamp:
11/29/2011 04:58:58 PM (13 years ago)
Author:
koopersmith
Message:

Update help text on settings pages. props Ipstenu, see #19020.

File:
1 edited

Legend:

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

    r19119 r19472  
    1616$parent_file = 'options-general.php';
    1717
    18 add_contextual_help($current_screen,
    19     '<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 link below to get information on what each discussion setting does.') . '</p>' .
    20     '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>'
    21 );
     18get_current_screen()->add_help_tab( array(
     19    'id'      => 'options-discussion',
     20    'title'   => __('Discussion Options'),
     21    '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>' .
     22        '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
     23) );
    2224
    2325get_current_screen()->set_help_sidebar(
Note: See TracChangeset for help on using the changeset viewer.