Changeset 30356 for trunk/src/wp-admin/options.php
- Timestamp:
- 11/16/2014 06:15:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r30335 r30356 46 46 47 47 if ( !current_user_can( $capability ) ) 48 wp_die( __('Cheatin’ uh?'));48 wp_die( __( 'Cheatin’ uh?' ), 403 ); 49 49 50 50 // Handle admin email change requests … … 70 70 71 71 if ( is_multisite() && !is_super_admin() && 'update' != $action ) 72 wp_die( __('Cheatin’ uh?'));72 wp_die( __( 'Cheatin’ uh?' ), 403 ); 73 73 74 74 $whitelist_options = array(
Note: See TracChangeset
for help on using the changeset viewer.