Changeset 4834 for trunk/includes/topics/template-tags.php
- Timestamp:
- 04/09/2013 06:20:58 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/topics/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/topics/template-tags.php
r4825 r4834 2996 2996 2997 2997 // Topic has replies 2998 $last_reply = bbp_get_topic_last_ active_id( $topic_id );2998 $last_reply = bbp_get_topic_last_reply_id( $topic_id ); 2999 2999 if ( !empty( $last_reply ) ) { 3000 3000 $last_updated_by = bbp_get_author_link( array( 'post_id' => $last_reply, 'size' => $r['size'] ) );
Note: See TracChangeset
for help on using the changeset viewer.