Changeset 3547
- Timestamp:
- 10/30/2011 03:19:36 AM (12 years ago)
- Location:
- branches/plugin/bbp-themes/bbp-twentyten/bbpress
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/content-single-user.php
r3311 r3547 10 10 ?> 11 11 12 <?php do_action( 'bbp_template_notices' ); 12 <?php do_action( 'bbp_template_notices' ); ?> 13 13 14 // Profile details 15 bbp_get_template_part( 'bbpress/user', 'details' ); 14 <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?> 16 15 17 // Subscriptions 18 bbp_get_template_part( 'bbpress/user', 'subscriptions' ); 16 <hr /> 19 17 20 // Favorite topics 21 bbp_get_template_part( 'bbpress/user', 'favorites' ); 18 <?php bbp_get_template_part( 'bbpress/user', 'subscriptions' ); ?> 22 19 23 // Topics created 24 bbp_get_template_part( 'bbpress/user', 'topics-created' ); 20 <hr /> 21 22 <?php bbp_get_template_part( 'bbpress/user', 'favorites' ); ?> 23 24 <hr /> 25 26 <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?> 25 27 26 28 ?> -
branches/plugin/bbp-themes/bbp-twentyten/bbpress/user-favorites.php
r3233 r3547 13 13 14 14 <div id="bbp-author-favorites" class="bbp-author-favorites"> 15 <hr />16 15 <h2 class="entry-title"><?php _e( 'Favorite Forum Topics', 'bbpress' ); ?></h2> 17 16 <div class="entry-content"> -
branches/plugin/bbp-themes/bbp-twentyten/bbpress/user-subscriptions.php
r3233 r3547 17 17 18 18 <div id="bbp-author-subscriptions" class="bbp-author-subscriptions"> 19 <hr />20 19 <h2 class="entry-title"><?php _e( 'Subscribed Forum Topics', 'bbpress' ); ?></h2> 21 20 <div class="entry-content"> -
branches/plugin/bbp-themes/bbp-twentyten/bbpress/user-topics-created.php
r3233 r3547 13 13 14 14 <div id="bbp-author-topics-started" class="bbp-author-topics-started"> 15 <hr />16 15 <h2 class="entry-title"><?php _e( 'Forum Topics Created', 'bbpress' ); ?></h2> 17 16 <div class="entry-content">
Note: See TracChangeset
for help on using the changeset viewer.