Changeset 37197
- Timestamp:
- 04/14/2016 01:57:31 AM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r36606 r37197 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 ); -
trunk/src/wp-includes/class-wp-customize-manager.php
r37077 r37197 388 388 389 389 if ( ! current_user_can( 'customize' ) ) { 390 $this->wp_die( -1, __( 'You are not allowed to customize th e appearance of this site.' ) );390 $this->wp_die( -1, __( 'You are not allowed to customize this site.' ) ); 391 391 } 392 392 -
trunk/src/wp-includes/script-loader.php
r37171 r37197 444 444 'close' => __( 'Close' ), 445 445 'cheatin' => __( 'Cheatin’ uh?' ), 446 'notAllowed' => __( 'You are not allowed to customize th e appearance of this site.' ),446 'notAllowed' => __( 'You are not allowed to customize this site.' ), 447 447 'previewIframeTitle' => __( 'Site Preview' ), 448 448 'loginIframeTitle' => __( 'Session expired' ),
Note: See TracChangeset
for help on using the changeset viewer.