Changeset 37914 for trunk/src/wp-admin/themes.php
- Timestamp:
- 06/29/2016 03:15:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r37714 r37914 13 13 wp_die( 14 14 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 15 '<p>' . __( ' You are not allowed to edit theme options on this site.' ) . '</p>',15 '<p>' . __( 'Sorry, you are not allowed to edit theme options on this site.' ) . '</p>', 16 16 403 17 17 ); … … 41 41 wp_die( 42 42 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 43 '<p>' . __( ' You are not allowed to delete this item.' ) . '</p>',43 '<p>' . __( 'Sorry, you are not allowed to delete this item.' ) . '</p>', 44 44 403 45 45 );
Note: See TracChangeset
for help on using the changeset viewer.