Changeset 4944 for trunk/includes/topics/template-tags.php
- Timestamp:
- 05/23/2013 07:09:03 AM (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
r4935 r4944 789 789 global $wp_rewrite; 790 790 791 // Bail if threading replies 792 if ( bbp_thread_replies() ) { 793 return; 794 } 795 791 796 // Parse arguments against default values 792 797 $r = bbp_parse_args( $args, array(
Note: See TracChangeset
for help on using the changeset viewer.