Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2016 05:18:23 AM (9 years ago)
Author:
tw2113
Message:

Some more docs cleanup and plenty of @since tag additions for Groups Component.

See #6401.

File:
1 edited

Legend:

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

    r10445 r10454  
    1717/**
    1818 * Creates our Groups component.
     19 *
     20 * @since 1.5.0
    1921 */
    2022class BP_Groups_Component extends BP_Component {
     
    689691     * Set up the component entries in the WordPress Admin Bar.
    690692     *
     693     * @since 1.5.0
     694     *
    691695     * @see BP_Component::setup_nav() for a description of the $wp_admin_nav
    692696     *      parameter array.
     
    752756    /**
    753757     * Set up the title for pages and <title>.
     758     *
     759     * @since 1.5.0
    754760     */
    755761    public function setup_title() {
Note: See TracChangeset for help on using the changeset viewer.