Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/25/2015 02:19:11 AM (9 years ago)
Author:
tw2113
Message:

Finishing off the XProfile class files for @since changes.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-profiledata.php

    r9819 r10142  
    77 */
    88
    9 // Exit if accessed directly
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
     
    7878         * Filters whether or not data already exists for the user.
    7979         *
    80          * @since BuddyPress (1.2.7)
     80         * @since 1.2.7
    8181         *
    8282         * @param bool                    $retval Whether or not data already exists.
     
    102102         * Filters whether or not data is for a valid field
    103103         *
    104          * @since BuddyPress (1.2.7)
     104         * @since 1.2.7
    105105         *
    106106         * @param bool                    $retval Whether or not data is valid.
     
    125125         * Please use this hook to filter the properties above. Each part will be passed in.
    126126         *
    127          * @since BuddyPress (1.0.0)
     127         * @since 1.0.0
    128128         *
    129129         * @param BP_XProfile_ProfileData $this Current instance of the profile data being saved.
     
    151151             * Fires after the current profile data instance gets saved.
    152152             *
    153              * @since BuddyPress (1.0.0)
     153             * @since 1.0.0
    154154             *
    155155             * @param BP_XProfile_ProfileData $this Current instance of the profile data being saved.
     
    177177         * Fires before the current profile data instance gets deleted.
    178178         *
    179          * @since BuddyPress (1.9.0)
     179         * @since 1.9.0
    180180         *
    181181         * @param BP_XProfile_ProfileData $this Current instance of the profile data being deleted.
     
    191191         * Fires after the current profile data instance gets deleted.
    192192         *
    193          * @since BuddyPress (1.9.0)
     193         * @since 1.9.0
    194194         *
    195195         * @param BP_XProfile_ProfileData $this Current instance of the profile data being deleted.
Note: See TracChangeset for help on using the changeset viewer.