Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/15/2016 04:59:34 AM (9 years ago)
Author:
tw2113
Message:

Plenty of @since tag updates for the Members component.

See #6402.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-core-recently-active-widget.php

    r10553 r10711  
    2020    /**
    2121     * Constructor method.
     22     *
     23     * @since 1.5.0
    2224     */
    2325    public function __construct() {
     
    3234    /**
    3335     * Display the Recently Active widget.
     36     *
     37     * @since 1.0.3
    3438     *
    3539     * @see WP_Widget::widget() for description of parameters.
     
    107111     * Update the Recently Active widget options.
    108112     *
     113     * @since 1.0.3
     114     *
    109115     * @param array $new_instance The new instance options.
    110116     * @param array $old_instance The old instance options.
     
    121127    /**
    122128     * Output the Recently Active widget options form.
     129     *
     130     * @since 1.0.3
    123131     *
    124132     * @param array $instance Widget instance settings.
Note: See TracChangeset for help on using the changeset viewer.