Title: incorrect admin scripts loading
Last modified: August 22, 2016

---

# incorrect admin scripts loading

 *  Resolved [vitaly](https://wordpress.org/support/users/jedex/)
 * (@jedex)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/incorrect-scripts-loading/)
 * please replace string 794
 * `add_action('admin_init', array(&$this, 'admin_load_scripts'));`
 * to this one
 * `add_action('admin_enqueue_scripts', array(&$this, 'admin_load_scripts'));`
 * this makes impossible to add a featured image
 * [https://wordpress.org/plugins/pilotpress/](https://wordpress.org/plugins/pilotpress/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Vladimir Vassilev](https://wordpress.org/support/users/vloo/)
 * (@vloo)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/incorrect-scripts-loading/#post-5789187)
 * I confirm that there is such an issue with the plugin and that the proposed by
   vitaly works.
 * Vitaly, thanks for sharing it here than just sending privately a patch to the
   authors!
 *  [brunap](https://wordpress.org/support/users/brunap-1/)
 * (@brunap-1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/incorrect-scripts-loading/#post-5789215)
 * I have the same problem with loading the feature image and pilotpress plugin.
   Can we get the fix soon?
 *  Thread Starter [vitaly](https://wordpress.org/support/users/jedex/)
 * (@jedex)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/incorrect-scripts-loading/#post-5789229)
 * fixed in 1.7.1

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘incorrect admin scripts loading’ is closed to new replies.

 * ![](https://ps.w.org/pilotpress/assets/icon-256x256.png?rev=1527605)
 * [PilotPress](https://wordpress.org/plugins/pilotpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pilotpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pilotpress/)
 * [Active Topics](https://wordpress.org/support/plugin/pilotpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pilotpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pilotpress/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [vitaly](https://wordpress.org/support/users/jedex/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/incorrect-scripts-loading/#post-5789229)
 * Status: resolved