Changeset 37914 for trunk/src/wp-admin/media-upload.php
- Timestamp:
- 06/29/2016 03:15:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/media-upload.php
r37488 r37914 17 17 18 18 if ( ! current_user_can( 'upload_files' ) ) { 19 wp_die( __( ' You do not have permissionto upload files.' ), 403 );19 wp_die( __( 'Sorry, you are not allowed to upload files.' ), 403 ); 20 20 } 21 21 … … 44 44 wp_die( 45 45 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 46 '<p>' . __( ' You are not allowed to edit this item.' ) . '</p>',46 '<p>' . __( 'Sorry, you are not allowed to edit this item.' ) . '</p>', 47 47 403 48 48 );
Note: See TracChangeset
for help on using the changeset viewer.