X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/d3b1ea255664edd2deef17f900a655613d20820d..312084b5d95c21feb519ff03decf948420e1f6fa:/wp-admin/options-discussion.php diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 5013ebca..8093d159 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -9,6 +9,9 @@ /** WordPress Administration Bootstrap */ require_once('admin.php'); +if ( ! current_user_can('manage_options') ) + wp_die(__('You do not have sufficient permissions to manage options for this blog.')); + $title = __('Discussion Settings'); $parent_file = 'options-general.php'; @@ -63,7 +66,7 @@ include('admin-header.php'); $maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 ); $thread_comments_depth = ''; -printf( __('Break comments into pages with %1$s comments per page and the %2$s page displayed by default'), '