Changeset 5842 for trunk/src/includes/forums/template.php
- Timestamp:
- 07/15/2015 09:12:51 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/template.php
r5841 r5842 1090 1090 $reply_id = get_post_meta( $forum_id, '_bbp_last_reply_id', true ); 1091 1091 1092 if ( empty( $reply_id ) ) {1093 $reply_id = bbp_get_forum_last_topic_id( $forum_id );1094 }1095 1096 1092 return (int) apply_filters( 'bbp_get_forum_last_reply_id', (int) $reply_id, $forum_id ); 1097 1093 }
Note: See TracChangeset
for help on using the changeset viewer.