around line 332 in peregrinebadgesall.php
for ($x = 0; $x <= count($PBArray)-1; $x++) {
echo $x;
is causing a string of numbers to be shown, I assume this was used for plugin debugging; but was left in by mistake.
There was an error rendering this rich post.
Comments
Noticed that too - thanks @tama
thx. tama. meanwhile you can make the following choice of changes:
from
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.