Ticket #14530: 14530.diff
File 14530.diff, 514 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/customize.php
13 13 require_once( dirname( __FILE__ ) . '/admin.php' ); 14 14 15 15 if ( ! current_user_can( 'edit_theme_options' ) ) 16 wp_die( __( ' Cheatin’ uh?' ) );16 wp_die( __( 'You do not have sufficient permissions to access this page.' ) ); 17 17 18 18 wp_reset_vars( array( 'url', 'return' ) ); 19 19 $url = urldecode( $url );