diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index c9c8627e65..18e3b3d3bd 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -14,6 +14,26 @@ if ( ! current_user_can( 'manage_options' ) ) $title = __('Discussion Settings'); $parent_file = 'options-general.php'; +/** + * Display JavaScript on the page. + * + * @since 4.2.0 + */ +function options_discussion_add_js() { +?> + +add_help_tab( array( 'id' => 'overview', 'title' => __('Overview'), @@ -172,19 +192,23 @@ printf( __('Comments should be displayed with the %s comments at the top of each
- +