Changeset 42719 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 02/19/2018 02:12:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r42678 r42719 448 448 449 449 if ( ! $message ) { 450 $message = __( ' An error has occurred.' );450 $message = __( 'Something went wrong.' ); 451 451 } 452 452 … … 513 513 } else { 514 514 wp_die( 515 '<h1>' . __( 'You don’t have permission to do this.' ) . '</h1>' .515 '<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' . 516 516 '<p>' . __( 'Sorry, you are not allowed to customize this site.' ) . '</p>', 517 517 403
Note: See TracChangeset
for help on using the changeset viewer.