- Timestamp:
- 11/24/2022 09:33:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r13358 r13372 135 135 * @since 1.0.0 136 136 * 137 * @param BP_XProfile_Group $ this Current instance of thegroup being saved. Passed by reference.137 * @param BP_XProfile_Group $field_group Current instance of the field group being saved. Passed by reference. 138 138 */ 139 139 do_action_ref_array( 'xprofile_group_before_save', array( &$this ) ); … … 166 166 * @since 1.0.0 167 167 * 168 * @param BP_XProfile_Group $ this Current instance of thegroup being saved. Passed by reference.168 * @param BP_XProfile_Group $field_group Current instance of the field group being saved. Passed by reference. 169 169 */ 170 170 do_action_ref_array( 'xprofile_group_after_save', array( &$this ) ); … … 195 195 * @since 2.0.0 196 196 * 197 * @param BP_XProfile_Group $ this Current instance of thegroup being deleted. Passed by reference.197 * @param BP_XProfile_Group $field_group Current instance of the field group being deleted. Passed by reference. 198 198 */ 199 199 do_action_ref_array( 'xprofile_group_before_delete', array( &$this ) ); … … 224 224 * @since 2.0.0 225 225 * 226 * @param BP_XProfile_Group $ this Current instance of thegroup being deleted. Passed by reference.226 * @param BP_XProfile_Group $field_group Current instance of the field group being deleted. Passed by reference. 227 227 */ 228 228 do_action_ref_array( 'xprofile_group_after_delete', array( &$this ) ); … … 911 911 * @since 2.6.0 912 912 * 913 * @param BP_XProfile_Group $ this Current XProfilegroup.913 * @param BP_XProfile_Group $field_group Current instance of the field group. 914 914 */ 915 915 do_action( 'xprofile_group_admin_after_description', $this ); ?> … … 926 926 * @since 2.1.0 927 927 * 928 * @param BP_XProfile_Group $ this Current XProfilegroup.928 * @param BP_XProfile_Group $field_group Current instance of the field group. 929 929 */ 930 930 do_action( 'xprofile_group_before_submitbox', $this ); ?> … … 946 946 * @since 2.1.0 947 947 * 948 * @param BP_XProfile_Group $ this Current XProfilegroup.948 * @param BP_XProfile_Group $field_group Current instance of the field group. 949 949 */ 950 950 do_action( 'xprofile_group_submitbox_start', $this ); ?> … … 974 974 * @since 2.1.0 975 975 * 976 * @param BP_XProfile_Group $ this Current XProfilegroup.976 * @param BP_XProfile_Group $field_group Current instance of the field group. 977 977 */ 978 978 do_action( 'xprofile_group_after_submitbox', $this ); ?>
Note: See TracChangeset
for help on using the changeset viewer.