Changeset 10720
- Timestamp:
- 04/27/2016 03:21:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r10434 r10720 746 746 </div> 747 747 </div> 748 749 <?php 750 751 /** 752 * Fires after the XProfile group description field is rendered in wp-admin. 753 * 754 * @since 2.6.0 755 * 756 * @param BP_XProfile_Group $this Current XProfile group. 757 */ 758 do_action( 'xprofile_group_admin_after_description', $this ); ?> 759 748 760 </div><!-- #post-body-content --> 749 761
Note: See TracChangeset
for help on using the changeset viewer.