[Bb-trac] [bbPress] #1073: possible error in topic_link()
bbPress
bb-trac at lists.bbpress.org
Thu Apr 16 09:20:49 GMT 2009
#1073: possible error in topic_link()
-----------------------------+----------------------------------------------
Reporter: bogdan.cismariu | Owner:
Type: defect | Status: new
Priority: low | Milestone:
Component: Back-end | Version:
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
i think that the following line in function `topic_link()`:
`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)
);`
because the parameters of `topic_link()` should be passed to
`get_topic_link()`
--
Ticket URL: <http://trac.bbpress.org/ticket/1073>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list