Changeset 4108
- Timestamp:
- 07/23/2012 03:07:44 PM (11 years ago)
- Location:
- branches/2.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/bbp-theme-compat/bbpress/content-single-forum.php
r4050 r4108 13 13 14 14 <?php bbp_breadcrumb(); ?> 15 16 <?php do_action( 'bbp_template_before_single_forum' ); ?> 15 17 16 18 <?php if ( post_password_required() ) : ?> … … 48 50 <?php endif; ?> 49 51 52 <?php do_action( 'bbp_template_after_single_forum' ); ?> 53 50 54 </div> -
branches/2.1/bbp-themes/bbp-twentyten/bbpress/content-single-forum.php
r4050 r4108 13 13 14 14 <?php bbp_breadcrumb(); ?> 15 16 <?php do_action( 'bbp_template_before_single_forum' ); ?> 15 17 16 18 <?php if ( post_password_required() ) : ?> … … 48 50 <?php endif; ?> 49 51 52 <?php do_action( 'bbp_template_after_single_forum' ); ?> 53 50 54 </div>
Note: See TracChangeset
for help on using the changeset viewer.