wp-admin/media-upload.php dosyasını açıp 125. satırda bulunan aşağıdaki kodu,

if ( ! empty( $_REQUEST['post_id'] ) && ! current_user_can( ‘edit_post’ , $_REQUEST['post_id'] ) )

bununla değiştirin.

if ( ! empty( $_REQUEST['post_id'] ) && current_user_can( ‘edit_post’ , $_REQUEST['post_id'] ) )