WPIntell

Source evidence

little bug when adding "after widget" arg

Taxonomy Term Widget · support · 2014-09-01T12:02:00+00:00

neutralsentiment
lowseverity
0.26relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 25 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

21 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
piccart resolved
Hello! I just wanted to tell you that I’ve found there is a bug which fails to append the correct after_widget arg. if you look at the code, there is an “else” statement which overwrites the $args var, so if the code runs that “else” part, then when it goes to “echo” the after_widget html, it fails. you could rename the $args var in the “else”, or store the before and after into vars at the beginning of the function, and then “echo” those vars rather than call $args again. cheers! https://wordpress.org/plugins/taxonomy-term-widget/ Hi, Thank you so much for finding bug. I have corrected it and also try to make better quality code in new version. Again Thanks

Comments

1 shown
codersantosh 2015-06-21T03:52:00+00:00

Hi, Thank you so much for finding bug. I have corrected it and also try to make better quality code in new version. Again Thanks