- Timestamp:
- 10/30/2011 03:19:36 AM (13 years ago)
- File:
-
- 1 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 ?>
Note: See TracChangeset
for help on using the changeset viewer.