Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/15/2016 04:59:34 AM (10 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-members-widget.php

    r10553 r10711  
    2020    /**
    2121     * Constructor method.
     22     *
     23     * @since 1.5.0
    2224     */
    2325    public function __construct() {
     
    4143    /**
    4244     * Display the Members widget.
     45     *
     46     * @since 1.0.3
    4347     *
    4448     * @see WP_Widget::widget() for description of parameters.
     
    160164     * Update the Members widget options.
    161165     *
     166     * @since 1.0.3
     167     *
    162168     * @param array $new_instance The new instance options.
    163169     * @param array $old_instance The old instance options.
     
    178184     * Output the Members widget options form.
    179185     *
     186     * @since 1.0.3
     187     *
    180188     * @param array $instance Widget instance settings.
    181      *
    182189     * @return void
    183190     */
Note: See TracChangeset for help on using the changeset viewer.