Changeset 5842 for trunk/src/includes/topics/template.php
- Timestamp:
- 07/15/2015 09:12:51 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r5841 r5842 2011 2011 $reply_id = get_post_meta( $topic_id, '_bbp_last_reply_id', true ); 2012 2012 2013 if ( empty( $reply_id ) ) {2014 $reply_id = $topic_id;2015 }2016 2017 2013 return (int) apply_filters( 'bbp_get_topic_last_reply_id', (int) $reply_id, $topic_id ); 2018 2014 } … … 2098 2094 * @uses bbp_get_topic_last_reply_id() To get the topic last reply id 2099 2095 * @uses bbp_get_reply_url() To get the reply url 2100 * @uses bbp_get_ reply_permalink() To get the replypermalink2096 * @uses bbp_get_topic_permalink() To get the topic permalink 2101 2097 * @uses apply_filters() Calls 'bbp_get_topic_last_topic_url' with 2102 2098 * the reply url and topic id
Note: See TracChangeset
for help on using the changeset viewer.