Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/13/2016 07:32:53 PM (7 years ago)
Author:
tw2113
Message:

Addes missing @since tags to many functions, methods, and properties in the BP Friends component.

See #6400.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/classes/class-bp-core-friends-widget.php

    r10553 r10587  
    2020    /**
    2121     * Class constructor.
     22     *
     23     * @since 1.9.0
    2224     */
    2325    function __construct() {
     
    3234    /**
    3335     * Display the widget.
     36     *
     37     * @since 1.9.0
    3438     *
    3539     * @param array $args Widget arguments.
     
    139143     * Process a widget save.
    140144     *
     145     * @since 1.9.0
     146     *
    141147     * @param array $new_instance The parameters saved by the user.
    142148     * @param array $old_instance The parameters as previously saved to the database.
     
    155161    /**
    156162     * Render the widget edit form.
     163     *
     164     * @since 1.9.0
    157165     *
    158166     * @param array $instance The saved widget settings.
Note: See TracChangeset for help on using the changeset viewer.