Make WordPress Core


Ignore:
Timestamp:
05/27/2010 07:05:59 PM (14 years ago)
Author:
nacin
Message:

Settings help. props duck_, see #13467.

File:
1 edited

Legend:

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

    r14650 r15000  
    1515$title = __('Discussion Settings');
    1616$parent_file = 'options-general.php';
     17
     18add_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    '<p><strong>' . __('For more information:') . '</strong></p>' .
     22    '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_SubPanel">Discussion Settings Documentation</a>') . '</p>' .
     23    '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     24);
    1725
    1826include('./admin-header.php');
Note: See TracChangeset for help on using the changeset viewer.