Make WordPress Core


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

Settings help. props duck_, see #13467.

File:
1 edited

Legend:

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

    r14963 r15000  
    1515$title = __('Writing Settings');
    1616$parent_file = 'options-general.php';
     17
     18add_contextual_help($current_screen,
     19    '<p>' . __('You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within these administration screens, while the rest control external publishing methods. For more information on any of these methods, use the documentation links below.') . '</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_Writing_SubPanel">Writing 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.