Changeset 15000 for trunk/wp-admin/options-writing.php
- Timestamp:
- 05/27/2010 07:05:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r14963 r15000 15 15 $title = __('Writing Settings'); 16 16 $parent_file = 'options-general.php'; 17 18 add_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 ); 17 25 18 26 include('./admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.