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!
The topic ‘Plugin Enqueues scripts from other plugins’ is closed to new replies.