WPIntell

Source evidence

Some Typos on Code :-)

BP Resume Page · support · 2012-12-29T14:55:00+00:00

complaintsentiment
mediumseverity
0.69relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Budi Nusyirwan unresolved
Hello, Just to inform you some typos on your code. 🙂 On edit.php line 91. Recent: <td><input type="text" name="experience[stare]" class="long" value="" placeholder="Enter State"/></td> Correction: <td><input type="text" name="experience[state]" class="long" value="" placeholder="Enter State"/></td> You wrote “stare” instead of “state”, so state data will go nowhere & wouldn’t show up. On view.php line 60. Recent: <span class="location info"><?php echo $exp['city'].', '.$exp['state'].' '.$exp['country']?></span> Correction: <span class="location info"><?php echo $exp['city'].', '.$exp['state'].', '.$exp['country']?></span> Just forgot to add coma (,) between state & country. That’s all from me. Anyway, what a nice plugin… keep up the good work! 🙂 Thanks, Bukrie http://Jakartanese.com & http://IdEA.my.id http://wordpress.org/extend/plugins/bp-resume-page/

Comments

0 shown

No comments were stored for this source.