- Timestamp:
- 12/28/2011 07:37:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/content-single-user.php
r3608 r3651 10 10 ?> 11 11 12 <div id="bbpress-forums"> 13 12 14 <?php do_action( 'bbp_template_notices' ); ?> 13 15 14 <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?>16 <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?> 15 17 16 18 <hr /> 17 19 18 <?php bbp_get_template_part( 'bbpress/user', 'subscriptions' ); ?>20 <?php bbp_get_template_part( 'bbpress/user', 'subscriptions' ); ?> 19 21 20 22 <hr /> 21 23 22 <?php bbp_get_template_part( 'bbpress/user', 'favorites' ); ?>24 <?php bbp_get_template_part( 'bbpress/user', 'favorites' ); ?> 23 25 24 26 <hr /> 25 27 26 <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); 28 <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?> 27 29 28 ?>30 </div>
Note: See TracChangeset
for help on using the changeset viewer.