Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/25/2015 12:18:18 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the XProfile component.

See #6576.

File:
1 edited

Legend:

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

    r9944 r10140  
    11<?php
    2 
    32/**
    4  * BuddyPress XProfile Actions
     3 * BuddyPress XProfile Actions.
    54 *
    65 * Action functions are exactly the same as screen functions, however they do not
     
    1211 */
    1312
    14 // Exit if accessed directly
     13// Exit if accessed directly.
    1514defined( 'ABSPATH' ) || exit;
    1615
     
    5150 * Handles the saving of xprofile field visibilities
    5251 *
    53  * @since BuddyPress (1.9.0)
     52 * @since 1.9.0
    5453 */
    5554function bp_xprofile_action_settings() {
     
    8281     * Fires before saving xprofile field visibilities.
    8382     *
    84      * @since BuddyPress (2.0.0)
     83     * @since 2.0.0
    8584     */
    8685    do_action( 'bp_xprofile_settings_before_save' );
     
    123122     * Fires after saving xprofile field visibilities.
    124123     *
    125      * @since BuddyPress (2.0.0)
     124     * @since 2.0.0
    126125     */
    127126    do_action( 'bp_xprofile_settings_after_save' );
Note: See TracChangeset for help on using the changeset viewer.