diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-admin/options-discussion.php --- a/wp/wp-admin/options-discussion.php Mon Jun 08 16:11:51 2015 +0000 +++ b/wp/wp-admin/options-discussion.php Tue Jun 09 03:35:32 2015 +0200 @@ -14,6 +14,26 @@ $title = __('Discussion Settings'); $parent_file = 'options-general.php'; +/** + * Output JavaScript to toggle display of additional settings if avatars are disabled. + * + * @since 4.2.0 + */ +function options_discussion_add_js() { +?> + +add_help_tab( array( 'id' => 'overview', 'title' => __('Overview'), @@ -23,22 +43,21 @@ get_current_screen()->set_help_sidebar( '
' . __('For more information:') . '
' . - '' . __('Documentation on Discussion Settings') . '
' . - '' . __('Support Forums') . '
' + '' . __('Documentation on Discussion Settings') . '
' . + '' . __('Support Forums') . '
' ); include( ABSPATH . 'wp-admin/admin-header.php' ); ?>