Changeset 3131
- Timestamp:
- 05/10/2011 04:36:33 AM (15 years ago)
- Location:
- branches/plugin
- Files:
-
- 2 edited
-
bbp-includes/bbp-shortcodes.php (modified) (1 diff)
-
bbp-themes/bbp-twentyten/bbpress/single-forum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-shortcodes.php
r3116 r3131 194 194 195 195 // Display breadcrumb if a subforum 196 if ( bbp_get_forum_parent( $forum_id ) ) 197 bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); 196 bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); 198 197 199 198 // Check forum caps -
branches/plugin/bbp-themes/bbp-twentyten/bbpress/single-forum.php
r3057 r3131 11 11 12 12 <?php if ( bbp_user_can_view_forum( array( 'forum_id' => bbp_get_topic_forum_id() ) ) ) : ?> 13 14 <?php bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?> 13 15 14 16 <?php bbp_single_forum_description(); ?>
Note: See TracChangeset
for help on using the changeset viewer.