Ticket #36466: 36466.patch
File 36466.patch, 498 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/customize.php
15 15 if ( ! current_user_can( 'customize' ) ) { 16 16 wp_die( 17 17 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 18 '<p>' . __( 'You are not allowed to customize th e appearance of this site.' ) . '</p>',18 '<p>' . __( 'You are not allowed to customize this site.' ) . '</p>', 19 19 403 20 20 ); 21 21 }