Changeset 11861 for trunk/src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-wp.php
- Timestamp:
- 02/18/2018 12:43:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-wp.php
r11686 r11861 28 28 <table class="wp-profile-fields"> 29 29 30 <?php while ( bp_nouveau_wp_profile_fields() ) : bp_nouveau_wp_profile_field(); ?> 30 <?php 31 while ( bp_nouveau_wp_profile_fields() ) : 32 bp_nouveau_wp_profile_field(); 33 ?> 31 34 32 <tr id="<?php bp_nouveau_wp_profile_field_id(); ?>">33 <td class="label"><?php bp_nouveau_wp_profile_field_label(); ?></td>34 <td class="data"><?php bp_nouveau_wp_profile_field_data(); ?></td>35 <tr id="<?php bp_nouveau_wp_profile_field_id(); ?>"> 36 <td class="label"><?php bp_nouveau_wp_profile_field_label(); ?></td> 37 <td class="data"><?php bp_nouveau_wp_profile_field_data(); ?></td> 35 38 </tr> 36 39 37 <?php endwhile ;?>40 <?php endwhile; ?> 38 41 39 42 </table> 40 43 41 <?php else : 44 <?php else : ?> 42 45 43 bp_nouveau_user_feedback( 'member-wp-profile-none' );46 <?php bp_nouveau_user_feedback( 'member-wp-profile-none' ); ?> 44 47 45 endif; ?>48 <?php endif; ?> 46 49 47 50 </div> 48 51 49 <?php bp_nouveau_wp_profile_hooks( 'after' ); ?> 52 <?php 53 bp_nouveau_wp_profile_hooks( 'after' ); 54
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)