Ticket #3060: 3060.patch
File 3060.patch, 447 bytes (added by , 8 years ago) |
---|
-
src/includes/topics/template.php
1999 1999 echo bbp_get_topic_last_reply_id( $topic_id ); 2000 2000 } 2001 2001 /** 2002 * Return the topics last update date/time (aka freshness)2002 * Return the id of the topics last reply 2003 2003 * 2004 2004 * @since 2.0.0 bbPress (r2625) 2005 2005 *