Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/31/2015 06:51:35 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Activity component.

See #6576.

File:
1 edited

Legend:

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

    r9936 r10077  
    11<?php
    2 
    32/**
    43 * BuddyPress Activity Streams Loader.
     
    1615 * Main Activity Class.
    1716 *
    18  * @since BuddyPress (1.5.0)
     17 * @since 1.5.0
    1918 */
    2019class BP_Activity_Component extends BP_Component {
     
    2322     * Start the activity component setup process.
    2423     *
    25      * @since BuddyPress (1.5.0)
     24     * @since 1.5.0
    2625     */
    2726    public function __construct() {
     
    3938     * Include component files.
    4039     *
    41      * @since BuddyPress (1.5.0)
     40     * @since 1.5.0
    4241     *
    4342     * @see BP_Component::includes() for a description of arguments.
     
    8180     * backwards compatibility.
    8281     *
    83      * @since BuddyPress (1.5.0)
     82     * @since 1.5.0
    8483     *
    8584     * @see BP_Component::setup_globals() for a description of arguments.
     
    125124     * Set up component navigation.
    126125     *
    127      * @since BuddyPress (1.5.0)
     126     * @since 1.5.0
    128127     *
    129128     * @see BP_Component::setup_nav() for a description of arguments.
     
    233232     * Set up the component entries in the WordPress Admin Bar.
    234233     *
    235      * @since BuddyPress (1.5.0)
     234     * @since 1.5.0
    236235     *
    237236     * @see BP_Component::setup_nav() for a description of the $wp_admin_nav
     
    330329     * Set up the title for pages and <title>.
    331330     *
    332      * @since BuddyPress (1.5.0)
     331     * @since 1.5.0
    333332     *
    334333     * @uses bp_is_activity_component()
     
    360359     * Set up actions necessary for the component.
    361360     *
    362      * @since BuddyPress (1.6.0)
     361     * @since 1.6.0
    363362     */
    364363    public function setup_actions() {
     
    373372     * Setup cache groups.
    374373     *
    375      * @since BuddyPress (2.2.0)
     374     * @since 2.2.0
    376375     */
    377376    public function setup_cache_groups() {
Note: See TracChangeset for help on using the changeset viewer.