• Resolved ryansantschi

    (@ryansantschi)


    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)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Enqueues scripts from other plugins’ is closed to new replies.