• wp_enqueue_script(‘tinymce-popup’, ‘/wp-includes/js/tinymce/tiny_mce_popup.js’); used to work, but doesn’t seem to since upgrading to 2.8.6.

    I’m happy to accept I’m doing something stupid, but I’m not sure what I could be doing wrong?

    I’m using the code for one of my plugins, and looking at the source code, the generated script includes jquery (requested on the line above using wp_enqueue_script(‘jquery’)) but not the tiny_mce_popup.js script.

    For now I’m just including the file using the trusted <script src=””, but I’d like to use the wp functions if I can.

  • The topic ‘wp_enqueue_script and tiny_mce_popup.js’ is closed to new replies.