Changeset 9285
- Timestamp:
- 12/29/2014 06:05:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-actions.php
r9190 r9285 48 48 * Handles the saving of xprofile field visibilities 49 49 * 50 * @since BuddyPress (1.9 )50 * @since BuddyPress (1.9.0) 51 51 */ 52 52 function bp_xprofile_action_settings() { … … 76 76 check_admin_referer( 'bp_xprofile_settings' ); 77 77 78 /** 79 * Fires before saving xprofile field visibilities. 80 * 81 * @since BuddyPress (2.0.0) 82 */ 78 83 do_action( 'bp_xprofile_settings_before_save' ); 79 84 … … 112 117 /** Other *****************************************************************/ 113 118 119 /** 120 * Fires after saving xprofile field visibilities. 121 * 122 * @since BuddyPress (2.0.0) 123 */ 114 124 do_action( 'bp_xprofile_settings_after_save' ); 115 125
Note: See TracChangeset
for help on using the changeset viewer.