Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 07:08:27 AM (9 years ago)
Author:
tw2113
Message:

Plenty of @since tags for the BP Forums component.

See #6399.

File:
1 edited

Legend:

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

    r10417 r10821  
    1616defined( 'ABSPATH' ) || exit;
    1717
     18/**
     19 * Sets up the forums component.
     20 *
     21 * @since 1.5.0
     22 */
    1823class BP_Forums_Component extends BP_Component {
    1924
     
    8085    /**
    8186     * Include bp-forums files.
     87     *
     88     * @since 1.5.0
    8289     *
    8390     * @see BP_Component::includes() for description of parameters.
     
    239246    /**
    240247     * Set up the title for pages and the <title> element.
     248     *
     249     * @since 1.5.0
    241250     */
    242251    public function setup_title() {
     
    264273/**
    265274 * Set up the bp-forums component.
     275 *
     276 * @since 1.6.0
    266277 */
    267278function bp_setup_forums() {
Note: See TracChangeset for help on using the changeset viewer.