WPIntell

Source evidence

Plugin Enqueues scripts from other plugins

Bilingual Linker · support · 2017-12-04T17:39:00+00:00

neutralsentiment
mediumseverity
0.47relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 22 rows with source links

9.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ryansantschi resolved
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! Oh my goodness. So sorry about that. Will correct this evening. Thanks!

Comments

2 shown
Yannick Lefebvre 2017-12-04T18:27:00+00:00

Oh my goodness. So sorry about that. Will correct this evening.

ryansantschi 2017-12-05T16:34:00+00:00

Thanks!