Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/12/2015 05:51:55 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Forums component.

See #6576

File:
1 edited

Legend:

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

    r9936 r10096  
    11<?php
    2 
    32/**
    43 * BuddyPress Forums Loader
     
    109 *
    1110 * @package BuddyPress
    12  * @subpackage Forums
     11 * @subpackage ForumsLoader
    1312 */
    1413
    15 // Exit if accessed directly
     14// Exit if accessed directly.
    1615defined( 'ABSPATH' ) || exit;
    1716
     
    2120     * Start the forums component creation process.
    2221     *
    23      * @since BuddyPress (1.5.0)
     22     * @since 1.5.0
    2423     */
    2524    public function __construct() {
     
    4039     * backwards compatibility.
    4140     *
    42      * @since BuddyPress (1.5.0)
     41     * @since 1.5.0
    4342     *
    4443     * @see BP_Component::setup_globals() for description of parameters.
     
    114113     * Set up component navigation.
    115114     *
    116      * @since BuddyPress (1.5.0)
     115     * @since 1.5.0
    117116     *
    118117     * @see BP_Component::setup_nav() for a description of arguments.
     
    186185     * Set up bp-forums integration with the WordPress admin bar.
    187186     *
    188      * @since BuddyPress (1.5.0)
     187     * @since 1.5.0
    189188     *
    190189     * @see BP_Component::setup_admin_bar() for a description of arguments.
Note: See TracChangeset for help on using the changeset viewer.