Remove "Cheatin uh?" message for WordPress (Elegant Themes)

  1. Edit the following file: wp-admin/media-upload.php

  2. Change this line: if ( ! empty( $_REQUEST[‘post_id’] ) && ! current_user_can( ‘edit_post’ , $_REQUEST[‘post_id’] ) )

to

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

Cheerio!

[box type=”bio”] [paypal-donation][/box]