Ticket #3060: 3060.2.patch
File 3060.2.patch, 865 bytes (added by , 8 years ago) |
---|
-
src/includes/topics/template.php
1866 1866 * 1867 1867 * @param int $topic_id Optional. Topic id 1868 1868 * @uses bbp_get_topic_id() To get topic id 1869 * @uses get_post_meta() To get the topic l st active meta1869 * @uses get_post_meta() To get the topic last active meta 1870 1870 * @uses bbp_get_topic_last_reply_id() To get topic last reply id 1871 1871 * @uses get_post_field() To get the post date of topic/reply 1872 1872 * @uses bbp_convert_date() To convert date … … 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 *