Changeset 3322
- Timestamp:
- 06/13/2011 04:44:46 PM (14 years ago)
- Location:
- branches/plugin/bbp-themes/bbp-twentyten
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/archive-forum.php
r3312 r3322 21 21 <div class="entry-content"> 22 22 23 <?php bbp_get_template_part( 'bbpress/content', 'archive-forum s' ); ?>23 <?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?> 24 24 25 25 </div> -
branches/plugin/bbp-themes/bbp-twentyten/page-front-forums.php
r3312 r3322 25 25 <?php the_content(); ?> 26 26 27 <?php bbp_get_template_part( 'bbpress/content', 'archive-forum s' ); ?>27 <?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?> 28 28 29 29 </div>
Note: See TracChangeset
for help on using the changeset viewer.