Changeset 33857 for trunk/src/wp-admin/customize.php
- Timestamp:
- 09/02/2015 05:05:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r33849 r33857 14 14 15 15 if ( ! current_user_can( 'customize' ) ) { 16 wp_die( __( 'Cheatin’ uh?' ), 403 ); 16 wp_die( 17 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 18 '<p>' . __( 'You are not allowed to customize the appearance of this site.' ) . '</p>', 19 403 20 ); 17 21 } 18 22
Note: See TracChangeset
for help on using the changeset viewer.