Title: Bugfix
Last modified: August 19, 2016

---

# Bugfix

 *  [eelay](https://wordpress.org/support/users/eelay/)
 * (@eelay)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/bugfix/)
 * Hi. on line 708 (function cleanuptext)
    `return urldecode(str_replace(array("'","%
   26"), array("`“, “&”), urldecode($_string)));`
 * should be
 * `return urldecode(str_replace(array("'", "%26"), array("`“, “&”), urldecode($
   _string)));`
 * (replacing & with &)
    It does not validate well with & .

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Stephen Yeargin](https://wordpress.org/support/users/yearginsm/)
 * (@yearginsm)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/bugfix/#post-713592)
 * I also noticed the latest version (1.3.2) is not showing up in the plugin directory.
   You can get to it regardless (add 1 to the release number in the link to the 
   zip file) but I thought it seemed a bit strange.
 * Mine is having an issue obtaining data. Here’s the log when I enabled the built-
   in debugger:
 * 08-03-19 02:03:55 list is not in cache, get out and get it!
    08-03-19 02:03:55
   error fetching recenttracks xml 08-03-19 02:03:55 getlist returned false
 * Running PHP 5.2.5 (Open Solaris at Joyent) and WordPress 2.3.3.
 *  [Stephen Yeargin](https://wordpress.org/support/users/yearginsm/)
 * (@yearginsm)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/bugfix/#post-713595)
 * I’m fairly sure eelay meant a missing `&amp;`, although I cannot be sure which
   one is which.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bugfix’ is closed to new replies.

## Tags

 * [bugfix](https://wordpress.org/support/topic-tag/bugfix/)

 * 2 replies
 * 2 participants
 * Last reply from: [Stephen Yeargin](https://wordpress.org/support/users/yearginsm/)
 * Last activity: [18 years, 1 month ago](https://wordpress.org/support/topic/bugfix/#post-713595)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
