diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-admin/options-discussion.php --- a/wp/wp-admin/options-discussion.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-admin/options-discussion.php Mon Oct 14 17:39:30 2019 +0200 @@ -9,29 +9,11 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! current_user_can( 'manage_options' ) ) - wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) ); + wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); $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( @@ -43,15 +25,15 @@ 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' ); ?>
-

+

@@ -66,7 +48,7 @@
+