diff -r 000000000000 -r d970ebf37754 wp/wp-admin/options-discussion.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-admin/options-discussion.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,274 @@ +add_help_tab( array( + 'id' => 'overview', + 'title' => __('Overview'), + 'content' => '
' . __('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 links to get information on what each discussion setting does.') . '
' . + '' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '
', +) ); + +get_current_screen()->set_help_sidebar( + '' . __('For more information:') . '
' . + '' . __('Documentation on Discussion Settings') . '
' . + '' . __('Support Forums') . '
' +); + +include( ABSPATH . 'wp-admin/admin-header.php' ); +?> + +