Changeset 3731 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-forums.php
- Timestamp:
- 07/28/2016 05:27:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-forums.php
r2428 r3731 18 18 <?php bbp_get_template_part( 'loop', 'single-forum' ); ?> 19 19 20 <?php bbp_list_forums( array( 21 'before' => '', 22 'after' => '', 23 'link_before' => '<ul class="forum"><li class="bbp-forum-info">— <span class="bbp-forum-title">', 24 'link_after' => '', 25 'count_before' => '</span></li><li class="bbp-forum-reply-count">', 26 'count_after' => '</li></ul>', 27 'separator' => '', 28 'show_topic_count' => false, 29 'show_reply_count' => true, 30 ) ); ?> 31 20 32 <?php endwhile; ?> 21 33
Note: See TracChangeset
for help on using the changeset viewer.