Changeset 19111 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 11/02/2011 03:12:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r18508 r19111 18 18 add_contextual_help($current_screen, 19 19 '<p>' . __('This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won’t all fit here! :) Use the documentation link below to get information on what each discussion setting does.') . '</p>' . 20 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 20 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' 21 ); 22 23 get_current_screen()->add_help_sidebar( 21 24 '<p><strong>' . __('For more information:') . '</strong></p>' . 22 25 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_Screen" target="_blank">Documentation on Discussion Settings</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.