Forums

[Plugin: WordPress Related Posts] Notice in line 72 (1 post)

  1. dimitryz
    Member
    Posted 2 months ago #

    There is a notice appearing on line 72 because of an out of range index:
    for ($i = 1; $i <= $tagcount; $i++) {

    The problem is the equal sign. Instead, it seems like it should be:
    for ($i = 1; $i < $tagcount; $i++) {

    http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/

Reply

You must log in to post.

About this Topic