Skip to:
Content

BuddyPress.org

Changeset 9285


Ignore:
Timestamp:
12/29/2014 06:05:21 AM (12 years ago)
Author:
tw2113
Message:

Adding hooks documentation to bp-xprofile-actions.php.

See #5949

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-actions.php

    r9190 r9285  
    4848 * Handles the saving of xprofile field visibilities
    4949 *
    50  * @since BuddyPress (1.9)
     50 * @since BuddyPress (1.9.0)
    5151 */
    5252function bp_xprofile_action_settings() {
     
    7676        check_admin_referer( 'bp_xprofile_settings' );
    7777
     78        /**
     79         * Fires before saving xprofile field visibilities.
     80         *
     81         * @since BuddyPress (2.0.0)
     82         */
    7883        do_action( 'bp_xprofile_settings_before_save' );
    7984
     
    112117        /** Other *****************************************************************/
    113118
     119        /**
     120         * Fires after saving xprofile field visibilities.
     121         *
     122         * @since BuddyPress (2.0.0)
     123         */
    114124        do_action( 'bp_xprofile_settings_after_save' );
    115125
Note: See TracChangeset for help on using the changeset viewer.