- Timestamp:
- 08/11/2011 08:56:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-forums.php
r3311 r3417 34 34 35 35 <td class="bbp-forum-info"> 36 37 <?php do_action( 'bbp_theme_before_forum_title' ); ?> 38 36 39 <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><?php bbp_forum_title(); ?></a> 40 41 <?php do_action( 'bbp_theme_after_forum_title' ); ?> 42 43 <?php do_action( 'bbp_theme_before_forum_sub_forums' ); ?> 37 44 38 45 <?php bbp_list_forums(); ?> 39 46 47 <?php do_action( 'bbp_theme_after_forum_sub_forums' ); ?> 48 49 <?php do_action( 'bbp_theme_before_forum_description' ); ?> 50 40 51 <div class="bbp-forum-description"><?php the_content(); ?></div> 52 53 <?php do_action( 'bbp_theme_after_forum_description' ); ?> 54 41 55 </td> 42 56 … … 47 61 <td class="bbp-forum-freshness"> 48 62 63 <?php do_action( 'bbp_theme_before_forum_freshness_link' ); ?> 64 49 65 <?php bbp_forum_freshness_link(); ?> 66 67 <?php do_action( 'bbp_theme_after_forum_freshness_link' ); ?> 50 68 51 69 <p class="bbp-topic-meta"> 52 70 71 <?php do_action( 'bbp_theme_before_topic_author' ); ?> 72 53 73 <span class="bbp-topic-freshness-author"><?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?></span> 74 75 <?php do_action( 'bbp_theme_after_topic_author' ); ?> 54 76 55 77 </p>
Note: See TracChangeset
for help on using the changeset viewer.