Changeset 10454 for trunk/src/bp-groups/bp-groups-widgets.php
- Timestamp:
- 01/18/2016 05:18:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-widgets.php
r10442 r10454 12 12 13 13 /** 14 * Register widgets for groups component 14 * Register widgets for groups component. 15 * 16 * @since 1.0.0 15 17 */ 16 18 function groups_register_widgets() { … … 20 22 21 23 /** 22 * GROUPS WIDGET 24 * Groups widget. 25 * 26 * @since 1.0.3 23 27 */ 24 28 class BP_Groups_Widget extends WP_Widget { … … 26 30 /** 27 31 * Working as a group, we get things done better. 32 * 33 * @since 1.0.3 28 34 */ 29 35 public function __construct() { … … 42 48 /** 43 49 * Extends our frontend output method. 50 * 51 * @since 1.0.3 44 52 * 45 53 * @param array $args Array of arguments for the widget. … … 159 167 * Extends our update method. 160 168 * 169 * @since 1.0.3 170 * 161 171 * @param array $new_instance New instance data. 162 172 * @param array $old_instance Original instance data. … … 176 186 /** 177 187 * Extends our form method. 188 * 189 * @since 1.0.3 178 190 * 179 191 * @param array $instance Current instance. … … 213 225 } 214 226 227 /** 228 * AJAX callback for the Groups List widget. 229 * 230 * @since 1.0.0 231 */ 215 232 function groups_ajax_widget_groups_list() { 216 233
Note: See TracChangeset
for help on using the changeset viewer.