Changeset 19119 for trunk/wp-admin/options-writing.php
- Timestamp:
- 11/02/2011 08:14:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r19111 r19119 21 21 ); 22 22 23 get_current_screen()-> add_help_sidebar(23 get_current_screen()->set_help_sidebar( 24 24 '<p><strong>' . __('For more information:') . '</strong></p>' . 25 25 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.