Changeset 37914 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 06/29/2016 03:15:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r37880 r37914 3122 3122 3123 3123 if ( ! current_user_can( 'edit_post', $parent_id ) ) { 3124 wp_die( __( ' You are not allowed to edit this post.' ) );3124 wp_die( __( 'Sorry, you are not allowed to edit this post.' ) ); 3125 3125 } 3126 3126 $ids = array();
Note: See TracChangeset
for help on using the changeset viewer.