possible error in topic_link() function
-
i think that the following line:
echo apply_filters( 'topic_link', get_topic_link( $id ), $id, $context );
should be replaced with this line:
echo apply_filters( 'topic_link', get_topic_link( $id, $page, $context) );
this is inside the topic_link() function, in functions.bb-template.php file
i use version1.0-alpha-6 and this line is number 855.
please correct me if i’m wrong.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.