Changeset 3301
- Timestamp:
- 06/03/2011 05:04:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-shortcodes.php
r3291 r3301 690 690 bbp_get_template_part( 'bbpress/loop', 'topics' ); 691 691 bbp_get_template_part( 'bbpress/pagination', 'topics' ); 692 bbp_get_template_part( 'bbpress/form', 'topic' );693 692 694 693 // No topics 695 694 } else { 696 695 bbp_get_template_part( 'bbpress/no', 'topics' ); 697 bbp_get_template_part( 'bbpress/form', 'topic' );698 696 } 699 697 }
Note: See TracChangeset
for help on using the changeset viewer.