Changeset 9814 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php
- Timestamp:
- 04/28/2015 01:52:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php
r9604 r9814 1 <?php do_action( 'bp_before_profile_loop_content' ); ?> 1 <?php 2 3 /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ 4 do_action( 'bp_before_profile_loop_content' ); ?> 2 5 3 6 <?php if ( bp_has_profile() ) : ?> … … 7 10 <?php if ( bp_profile_group_has_fields() ) : ?> 8 11 9 <?php do_action( 'bp_before_profile_field_content' ); ?> 12 <?php 13 14 /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ 15 do_action( 'bp_before_profile_field_content' ); ?> 10 16 11 17 <div class="bp-widget <?php bp_the_profile_group_slug(); ?>"> … … 29 35 <?php endif; ?> 30 36 31 <?php do_action( 'bp_profile_field_item' ); ?> 37 <?php 38 39 /** 40 * Fires after the display of a field table row for profile data. 41 * 42 * @since BuddyPress (1.1.0) 43 */ 44 do_action( 'bp_profile_field_item' ); ?> 32 45 33 46 <?php endwhile; ?> … … 36 49 </div> 37 50 38 <?php do_action( 'bp_after_profile_field_content' ); ?> 51 <?php 52 53 /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ 54 do_action( 'bp_after_profile_field_content' ); ?> 39 55 40 56 <?php endif; ?> … … 42 58 <?php endwhile; ?> 43 59 44 <?php do_action( 'bp_profile_field_buttons' ); ?> 60 <?php 61 62 /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ 63 do_action( 'bp_profile_field_buttons' ); ?> 45 64 46 65 <?php endif; ?> 47 66 48 <?php do_action( 'bp_after_profile_loop_content' ); ?> 67 <?php 68 69 /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ 70 do_action( 'bp_after_profile_loop_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.