Title: algous's Replies | WordPress.org

---

# algous

  [  ](https://wordpress.org/support/users/algous/)

 *   [Profile](https://wordpress.org/support/users/algous/)
 *   [Topics Started](https://wordpress.org/support/users/algous/topics/)
 *   [Replies Created](https://wordpress.org/support/users/algous/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/algous/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/algous/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/algous/engagements/)
 *   [Favorites](https://wordpress.org/support/users/algous/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] Bug in YARP 2.1.2](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-bug-in-yarp-212/)
 *  Thread Starter [algous](https://wordpress.org/support/users/algous/)
 * (@algous)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-bug-in-yarp-212/#post-897661)
 * > Does the new code fix your feed?
    Yes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] Bug in YARP 2.1.2](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-bug-in-yarp-212/)
 *  Thread Starter [algous](https://wordpress.org/support/users/algous/)
 * (@algous)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-bug-in-yarp-212/#post-897544)
 * Also you should replace first ‘strtolower’ to ‘mb_strtolower’:
 *     ```
       if (function_exists('mb_split'))
       {
       	mb_regex_encoding(get_option('blog_charset'));
       	$wordlist = mb_split('\s*\W+\s*', mb_strtolower($source));
       }
       else
       	$wordlist = split('\s*\W+\s*', strtolower($source));
       ```
   

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