- Timestamp:
- 03/21/2012 10:36:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/page-forum-statistics.php
r3820 r3821 99 99 <h2 class="entry-title"><?php _e( 'Popular Topics', 'bbpress' ); ?></h2> 100 100 101 <?php bbp_get_template_part( ' bbpress/pagination', 'topics' ); ?>101 <?php bbp_get_template_part( 'pagination', 'topics' ); ?> 102 102 103 <?php bbp_get_template_part( ' bbpress/loop', 'topics' ); ?>103 <?php bbp_get_template_part( 'loop', 'topics' ); ?> 104 104 105 <?php bbp_get_template_part( ' bbpress/pagination', 'topics' ); ?>105 <?php bbp_get_template_part( 'pagination', 'topics' ); ?> 106 106 107 107 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.