]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/media.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-admin / media.php
index 5f13d3ad163714ffbf58078293e2c29d90036881..88fa51ed483d332d644490a1a8f37ca7143da667 100644 (file)
@@ -20,7 +20,7 @@ case 'editattachment' :
        check_admin_referer('media-form');
 
        if ( !current_user_can('edit_post', $attachment_id) )
        check_admin_referer('media-form');
 
        if ( !current_user_can('edit_post', $attachment_id) )
-               wp_die ( __('You are not allowed to edit this attachment.') );
+               wp_die ( __('Sorry, you are not allowed to edit this attachment.') );
 
        $errors = media_upload_form_handler();
 
 
        $errors = media_upload_form_handler();
 
@@ -54,7 +54,7 @@ case 'edit' :
        $att_id = (int) $_GET['attachment_id'];
 
        if ( !current_user_can('edit_post', $att_id) )
        $att_id = (int) $_GET['attachment_id'];
 
        if ( !current_user_can('edit_post', $att_id) )
-               wp_die ( __('You are not allowed to edit this attachment.') );
+               wp_die ( __('Sorry, you are not allowed to edit this attachment.') );
 
        $att = get_post($att_id);
 
 
        $att = get_post($att_id);