- Timestamp:
- 02/12/2012 08:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/profile/profile-wp.php
r4895 r5737 1 <?php do_action( 'bp_before_profile_loop_content' ) ?>1 <?php do_action( 'bp_before_profile_loop_content' ); ?> 2 2 3 3 <?php $ud = get_userdata( bp_displayed_user_id() ); ?> 4 4 5 <?php do_action( 'bp_before_profile_field_content' ) ?>5 <?php do_action( 'bp_before_profile_field_content' ); ?> 6 6 7 7 <div class="bp-widget wp-profile"> … … 67 67 </div> 68 68 69 <?php do_action( 'bp_after_profile_field_content' ) ?>69 <?php do_action( 'bp_after_profile_field_content' ); ?> 70 70 71 <?php do_action( 'bp_profile_field_buttons' ) ?>71 <?php do_action( 'bp_profile_field_buttons' ); ?> 72 72 73 <?php do_action( 'bp_after_profile_loop_content' ) ?>73 <?php do_action( 'bp_after_profile_loop_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.