Changeset 6290
- Timestamp:
- 02/15/2017 03:48:09 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r6249 r6290 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 … … 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)
Note: See TracChangeset
for help on using the changeset viewer.