Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2016 05:18:23 AM (11 years ago)
Author:
tw2113
Message:

Some more docs cleanup and plenty of @since tag additions for Groups Component.

See #6401.

File:
1 edited

Legend:

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

    r10442 r10454  
    1212
    1313/**
    14  * Register widgets for groups component
     14 * Register widgets for groups component.
     15 *
     16 * @since 1.0.0
    1517 */
    1618function groups_register_widgets() {
     
    2022
    2123/**
    22  * GROUPS WIDGET
     24 * Groups widget.
     25 *
     26 * @since 1.0.3
    2327 */
    2428class BP_Groups_Widget extends WP_Widget {
     
    2630        /**
    2731         * Working as a group, we get things done better.
     32         *
     33         * @since 1.0.3
    2834         */
    2935        public function __construct() {
     
    4248        /**
    4349         * Extends our frontend output method.
     50         *
     51         * @since 1.0.3
    4452         *
    4553         * @param array $args     Array of arguments for the widget.
     
    159167         * Extends our update method.
    160168         *
     169         * @since 1.0.3
     170         *
    161171         * @param array $new_instance New instance data.
    162172         * @param array $old_instance Original instance data.
     
    176186        /**
    177187         * Extends our form method.
     188         *
     189         * @since 1.0.3
    178190         *
    179191         * @param array $instance Current instance.
     
    213225}
    214226
     227/**
     228 * AJAX callback for the Groups List widget.
     229 *
     230 * @since 1.0.0
     231 */
    215232function groups_ajax_widget_groups_list() {
    216233
Note: See TracChangeset for help on using the changeset viewer.