summaryrefslogtreecommitdiffstats
path: root/wp-admin/options.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/options.php')
-rw-r--r--wp-admin/options.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/options.php b/wp-admin/options.php
index 097db91..8528d18 100644
--- a/wp-admin/options.php
+++ b/wp-admin/options.php
@@ -8,7 +8,7 @@ $parent_file = 'options-general.php';
wp_reset_vars(array('action'));
if ( !current_user_can('manage_options') )
- die ( __('Cheatin’ uh?') );
+ wp_die(__('Cheatin’ uh?'));
if( $_GET[ 'adminhash' ] ) {
$new_admin_details = get_option( 'new_admin_email' );