Skip to:
Content

BuddyPress.org


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

    r9819 r10140  
    11<?php
    2 
    32/**
    4  * Roles and capabilities logic for the XProfile component
     3 * Roles and capabilities logic for the XProfile component.
    54 *
    65 * @package BuddyPress
    7  * @since BuddyPress (1.6.0)
     6 * @subpackage XPRofileCaps
     7 * @since 1.6.0
    88 */
    99
    10 // Exit if accessed directly
     10// Exit if accessed directly.
    1111defined( 'ABSPATH' ) || exit;
    1212
     
    1414 * Maps XProfile caps to built in WordPress caps
    1515 *
    16  * @since BuddyPress (1.6.0)
     16 * @since 1.6.0
    1717 *
    1818 * @param array $caps Capabilities for meta capability
     
    5959     * Filters the XProfile caps to built in WordPress caps.
    6060     *
    61      * @since BuddyPress (1.6.0)
     61     * @since 1.6.0
    6262     *
    6363     * @param array  $caps    Capabilities for meta capability.
Note: See TracChangeset for help on using the changeset viewer.