Changeset 4973
- Timestamp:
- 05/29/2013 02:42:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/template-tags.php
r4962 r4973 2248 2248 2249 2249 // We are threading replies 2250 if ( bbp_thread_replies() ) { 2250 if ( bbp_thread_replies() && bbp_is_single_topic() ) { 2251 return; 2251 2252 $walker = new BBP_Walker_Reply; 2252 2253 $threads = (int) $walker->get_number_of_root_elements( $bbp->reply_query->posts );
Note: See TracChangeset
for help on using the changeset viewer.