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-writing.php

    r19472 r19507  
    1717
    1818get_current_screen()->add_help_tab( array(
    19     'id'      => 'options-writing',
    20     'title'   => __('Writing Options'),
    21     'content' => '<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.') . '</p>' .
     19    'id'      => 'overview',
     20    'title'   => __('Overview'),
     21    'content' => '<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 the dashboard, while the rest control external publishing methods. For more information on any of these methods, use the documentation links.') . '</p>' .
    2222        '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
    2323) );
Note: See TracChangeset for help on using the changeset viewer.