- Timestamp:
- 03/21/2012 10:26:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/content-single-user-edit.php
r3651 r3820 11 11 12 12 <div id="bbpress-forums"> 13 14 <?php do_action( 'bbp_template_notices' ); 13 15 14 <?php do_action( 'bbp_template_notices' ); ?> 16 // Profile details 17 bbp_get_template_part( 'bbpress/user', 'details' ); 15 18 16 <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?> 17 18 <?php bbp_get_template_part( 'bbpress/form', 'user-edit' ); ?> 19 // User edit form 20 bbp_get_template_part( 'bbpress/form', 'user-edit' ); ?> 19 21 20 22 </div>
Note: See TracChangeset
for help on using the changeset viewer.