Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/24/2015 11:49:25 PM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Settings component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/bp-settings-loader.php

    r9994 r10137  
    11<?php
    2 
    32/**
    43 * BuddyPress Settings Loader.
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    1615     * Start the settings component creation process.
    1716     *
    18      * @since BuddyPress (1.5.0)
     17     * @since 1.5.0
    1918     */
    2019    public function __construct() {
     
    5150     * @param array $args Array of arguments.
    5251     *
    53      * @since BuddyPress (1.5.0)
     52     * @since 1.5.0
    5453     */
    5554    public function setup_globals( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.