diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 032c995cab..f2d36dc2bb 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -9,8 +9,8 @@ /** 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.')); +if ( ! current_user_can( 'manage_options' ) ) + wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) ); $title = __('Discussion Settings'); $parent_file = 'options-general.php'; @@ -151,7 +151,7 @@ printf( __('Comments should be displayed with the %s comments at the top of each
- + diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 5edab2e19c..a7d040b7a5 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -9,8 +9,8 @@ /** 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.')); +if ( ! current_user_can( 'manage_options' ) ) + wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) ); $title = __('General Settings'); $parent_file = 'options-general.php'; @@ -64,13 +64,13 @@ include('./admin-header.php');+ | ||
---|---|---|
- | +||
class="regular-text code" /> | ||
+ | class="regular-text code" /> -to be different from the directory you installed WordPress.'); ?> | +to be different from the directory you installed WordPress.'); ?>|
@@ -322,7 +322,7 @@ if ( is_multisite() && is_dir( ABSPATH . LANGDIR ) && $dh = opendir( ABSPATH . L if ( !empty($lang_files) ) { ?> | ||
+ |