- 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-edit.php
r3331 r3651 10 10 ?> 11 11 12 <?php do_action( 'bbp_template_notices' ); 12 <div id="bbpress-forums"> 13 13 14 // Profile details 15 bbp_get_template_part( 'bbpress/user', 'details' ); 14 <?php do_action( 'bbp_template_notices' ); ?> 16 15 17 // User edit form 18 bbp_get_template_part( 'bbpress/form', 'user-edit' ); 16 <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?> 19 17 20 ?> 18 <?php bbp_get_template_part( 'bbpress/form', 'user-edit' ); ?> 19 20 </div>
Note: See TracChangeset
for help on using the changeset viewer.