WPIntell

Source evidence

[Bug] Trying to loop on unset variable

Handle External Links · support · 2013-05-21T18:04:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

3 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ururk unresolved
Please either add default values, or set to an empty array for these two values: $blacklist_url $whitelist_url Errors: PHP Warning: Invalid argument supplied for foreach() in /usr/share/wordpress/wp-content/plugins/handle-external-links/handleEL.php on line 425 PHP Warning: Invalid argument supplied for foreach() in /usr/share/wordpress/wp-content/plugins/handle-external-links/handleEL.php on line 437 Simple solution (untested): $blacklist_url = array(); // add to line 361 $whitelist_url = array(); // add to line 346 Thanks! http://wordpress.org/extend/plugins/handle-external-links/ Hi ururk and sorry for my late reply! I haven’t had a lot of time working on this plugin lately and I’m sorry about that. Good news though, I added a github repo and you’re very welcome to make a pull request over there. Thanks in advance.

Comments

1 shown
getwebinspiration 2013-10-02T12:42:00+00:00

Hi ururk and sorry for my late reply! I haven’t had a lot of time working on this plugin lately and I’m sorry about that. Good news though, I added a github repo and you’re very welcome to make a pull request over there. Thanks in advance.