Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/03/2016 05:01:13 AM (9 years ago)
Author:
tw2113
Message:

Adds many missing @since tags to the BP Core component.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-widgets.php

    r10417 r10497  
    3030    /**
    3131     * Constructor method.
     32     *
     33     * @since 1.9.0
    3234     */
    3335    public function __construct() {
     
    4446    /**
    4547     * Display the login widget.
     48     *
     49     * @since 1.9.0
    4650     *
    4751     * @see WP_Widget::widget() for description of parameters.
     
    155159     * Update the login widget options.
    156160     *
     161     * @since 1.9.0
     162     *
    157163     * @param array $new_instance The new instance options.
    158164     * @param array $old_instance The old instance options.
     
    168174    /**
    169175     * Output the login widget options form.
     176     *
     177     * @since 1.9.0
    170178     *
    171179     * @param array $instance Settings for this widget.
Note: See TracChangeset for help on using the changeset viewer.