- Timestamp:
- 09/27/2015 06:04:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php
r9819 r10150 1 1 <?php 2 /** 3 * BuddyPress - Members Single Profile Edit 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires after the display of member profile edit content. 5 10 * 6 * @since BuddyPress (1.1.0)11 * @since 1.1.0 7 12 */ 8 13 do_action( 'bp_before_profile_edit_content' ); … … 41 46 * Fires before the display of visibility options for the field. 42 47 * 43 * @since BuddyPress (1.7.0)48 * @since 1.7.0 44 49 */ 45 50 do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); … … 71 76 * Fires after the visibility options for a field. 72 77 * 73 * @since BuddyPress (1.1.0)78 * @since 1.1.0 74 79 */ 75 80 do_action( 'bp_custom_profile_edit_fields' ); ?> … … 102 107 * Fires after the display of member profile edit content. 103 108 * 104 * @since BuddyPress (1.1.0)109 * @since 1.1.0 105 110 */ 106 111 do_action( 'bp_after_profile_edit_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.