- Timestamp:
- 04/22/2018 04:11:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/profile.php
r11899 r11986 15 15 </nav><!-- .item-list-tabs --> 16 16 17 <?php bp_nouveau_ xprofile_hook( 'before', 'profile_content' ); ?>17 <?php bp_nouveau_member_hook( 'before', 'profile_content' ); ?> 18 18 19 19 <div class="profile <?php echo bp_current_action(); ?>"> … … 59 59 60 60 <?php 61 bp_nouveau_ xprofile_hook( 'after', 'profile_content' );61 bp_nouveau_member_hook( 'after', 'profile_content' );
Note: See TracChangeset
for help on using the changeset viewer.