Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2015 02:02:56 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Core component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-components.php

    r10012 r10108  
    11<?php
    2 
    32/**
    43 * BuddyPress Admin Component Functions.
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    1514 *
    1615 * @package BuddyPress
    17  * @since BuddyPress (1.6.0)
     16 * @since 1.6.0
    1817 * @uses bp_core_admin_component_options()
    1918 */
     
    4544 *
    4645 * @package BuddyPress
    47  * @since BuddyPress (1.6.0)
     46 * @since 1.6.0
    4847 * @todo Use settings API
    4948 */
     
    5655     * Filters the array of available components.
    5756     *
    58      * @since BuddyPress (1.5.0)
     57     * @since 1.5.0
    5958     *
    6059     * @param mixed $value Active components.
     
    238237 * Handle saving the Component settings.
    239238 *
    240  * @since BuddyPress (1.6.0)
     239 * @since 1.6.0
    241240 * @todo Use settings API when it supports saving network settings
    242241 */
     
    297296 *   ones.
    298297 *
    299  * @since BuddyPress (1.7.0)
     298 * @since 1.7.0
    300299 *
    301300 * @param array $submitted This is the array of component settings coming from the POST
     
    343342 * well as to do some processing on settings data submitted from those screens.
    344343 *
    345  * @since BuddyPress (1.7.0)
     344 * @since 1.7.0
    346345 *
    347346 * @param string $type 'all', 'optional', 'retired', 'required'.
     
    437436     * Filters the list of component information.
    438437     *
    439      * @since BuddyPress (2.0.0)
     438     * @since 2.0.0
    440439     *
    441440     * @param array  $components Array of component information.
Note: See TracChangeset for help on using the changeset viewer.