Changeset 19507 for trunk/wp-admin/options-writing.php
- Timestamp:
- 12/01/2011 12:52:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r19472 r19507 17 17 18 18 get_current_screen()->add_help_tab( array( 19 'id' => 'o ptions-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 the se 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>' . 22 22 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>', 23 23 ) );
Note: See TracChangeset
for help on using the changeset viewer.