incorrect admin 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
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘incorrect admin scripts loading’ is closed to new replies.