Title: Plugin Enqueues scripts from other plugins
Last modified: December 4, 2017

---

# Plugin Enqueues scripts from other plugins

 *  Resolved [ryansantschi](https://wordpress.org/support/users/ryansantschi/)
 * (@ryansantschi)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/plugin-enqueues-scripts-from-other-plugins/)
 * In the function bl_admin_scripts in the bilingual-linker.php file of the plugin,
   the following scripts are being enqueued: ` echo ‘<script type=”text/javascript”
   src=”‘ . get_bloginfo( ‘wpurl’ ) . ‘/wp-content/plugins/link-library/tiptip/jquery.
   tipTip.minified.js”></script>’ . “\n”;
    echo ‘<link rel=”stylesheet” type=”text/
   css” href=”‘ . get_bloginfo( ‘wpurl’ ) . ‘/wp-content/plugins/link-library/tiptip/
   tipTip.css”>’ . “\n”;`
 * This causes a lot of errors (can’t find script, etc). These files are in the 
   plugin however the url is wrong and is pointing to another plugin the author 
   has!

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

 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/plugin-enqueues-scripts-from-other-plugins/#post-9749408)
 * Oh my goodness. So sorry about that. Will correct this evening.
 *  Thread Starter [ryansantschi](https://wordpress.org/support/users/ryansantschi/)
 * (@ryansantschi)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/plugin-enqueues-scripts-from-other-plugins/#post-9753060)
 * Thanks!

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

The topic ‘Plugin Enqueues scripts from other plugins’ is closed to new replies.

 * ![](https://ps.w.org/bilingual-linker/assets/icon-256x256.jpg?rev=971124)
 * [Bilingual Linker](https://wordpress.org/plugins/bilingual-linker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bilingual-linker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bilingual-linker/)
 * [Active Topics](https://wordpress.org/support/plugin/bilingual-linker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bilingual-linker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bilingual-linker/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ryansantschi](https://wordpress.org/support/users/ryansantschi/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/plugin-enqueues-scripts-from-other-plugins/#post-9753060)
 * Status: resolved