Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/25/2015 12:18:18 AM (9 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-settings.php

    r9819 r10140  
    11<?php
     2/**
     3 * BuddyPress XProfile Settings.
     4 *
     5 * @package    BuddyPress
     6 * @subpackage XProfileSettings
     7 */
     8
     9// Exit if accessed directly.
     10defined( 'ABSPATH' ) || exit;
    211
    312/**
    413 * Query all profile fields and their visibility data for display in settings
    514 *
    6  * @since BuddyPress (2.0.0)
     15 * @since 2.0.0
    716 *
    817 * @param array $args
    9  *
    1018 *
    1119 * @return array
     
    3240 * Adds feedback messages when successfully saving profile field settings
    3341 *
    34  * @since BuddyPress (2.0.0)
     42 * @since 2.0.0
    3543 *
    3644 * @uses bp_core_add_message()
Note: See TracChangeset for help on using the changeset viewer.