- Timestamp:
- 12/28/2011 07:37:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-single-forum.php
r3634 r3651 10 10 ?> 11 11 12 <ul id="bbp-forum-<?php bbp_forum_id(); ?>" <?php bbp_forum_class(); ?>>12 <ul id="bbp-forum-<?php bbp_forum_id(); ?>" <?php bbp_forum_class(); ?>> 13 13 14 <li class="bbp-forum-info">14 <li class="bbp-forum-info"> 15 15 16 <?php do_action( 'bbp_theme_before_forum_title' ); ?>16 <?php do_action( 'bbp_theme_before_forum_title' ); ?> 17 17 18 <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><?php bbp_forum_title(); ?></a>18 <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><?php bbp_forum_title(); ?></a> 19 19 20 <?php do_action( 'bbp_theme_after_forum_title' ); ?>20 <?php do_action( 'bbp_theme_after_forum_title' ); ?> 21 21 22 <?php do_action( 'bbp_theme_before_forum_sub_forums' ); ?>22 <?php do_action( 'bbp_theme_before_forum_sub_forums' ); ?> 23 23 24 <?php bbp_list_forums(); ?>24 <?php bbp_list_forums(); ?> 25 25 26 <?php do_action( 'bbp_theme_after_forum_sub_forums' ); ?>26 <?php do_action( 'bbp_theme_after_forum_sub_forums' ); ?> 27 27 28 <?php do_action( 'bbp_theme_before_forum_description' ); ?>28 <?php do_action( 'bbp_theme_before_forum_description' ); ?> 29 29 30 <div class="bbp-forum-description"><?php the_content(); ?></div>30 <div class="bbp-forum-description"><?php the_content(); ?></div> 31 31 32 <?php do_action( 'bbp_theme_after_forum_description' ); ?>32 <?php do_action( 'bbp_theme_after_forum_description' ); ?> 33 33 34 </li>34 </li> 35 35 36 <li class="bbp-forum-topic-count"><?php bbp_forum_topic_count(); ?></li>36 <li class="bbp-forum-topic-count"><?php bbp_forum_topic_count(); ?></li> 37 37 38 <li class="bbp-forum-reply-count"><?php bbp_show_lead_topic() ? bbp_forum_reply_count() : bbp_forum_post_count(); ?></li>38 <li class="bbp-forum-reply-count"><?php bbp_show_lead_topic() ? bbp_forum_reply_count() : bbp_forum_post_count(); ?></li> 39 39 40 <li class="bbp-forum-freshness">40 <li class="bbp-forum-freshness"> 41 41 42 <?php do_action( 'bbp_theme_before_forum_freshness_link' ); ?>42 <?php do_action( 'bbp_theme_before_forum_freshness_link' ); ?> 43 43 44 <?php bbp_forum_freshness_link(); ?>44 <?php bbp_forum_freshness_link(); ?> 45 45 46 <?php do_action( 'bbp_theme_after_forum_freshness_link' ); ?>46 <?php do_action( 'bbp_theme_after_forum_freshness_link' ); ?> 47 47 48 <p class="bbp-topic-meta">48 <p class="bbp-topic-meta"> 49 49 50 <?php do_action( 'bbp_theme_before_topic_author' ); ?>50 <?php do_action( 'bbp_theme_before_topic_author' ); ?> 51 51 52 <span class="bbp-topic-freshness-author"><?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?></span>52 <span class="bbp-topic-freshness-author"><?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?></span> 53 53 54 <?php do_action( 'bbp_theme_after_topic_author' ); ?>54 <?php do_action( 'bbp_theme_after_topic_author' ); ?> 55 55 56 </p>57 </li>56 </p> 57 </li> 58 58 59 </ul><!-- #bbp-forum-<?php bbp_forum_id(); ?> -->59 </ul><!-- #bbp-forum-<?php bbp_forum_id(); ?> -->
Note: See TracChangeset
for help on using the changeset viewer.