- Timestamp:
- 04/15/2016 04:59:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-core-members-widget.php
r10553 r10711 20 20 /** 21 21 * Constructor method. 22 * 23 * @since 1.5.0 22 24 */ 23 25 public function __construct() { … … 41 43 /** 42 44 * Display the Members widget. 45 * 46 * @since 1.0.3 43 47 * 44 48 * @see WP_Widget::widget() for description of parameters. … … 160 164 * Update the Members widget options. 161 165 * 166 * @since 1.0.3 167 * 162 168 * @param array $new_instance The new instance options. 163 169 * @param array $old_instance The old instance options. … … 178 184 * Output the Members widget options form. 179 185 * 186 * @since 1.0.3 187 * 180 188 * @param array $instance Widget instance settings. 181 *182 189 * @return void 183 190 */
Note: See TracChangeset
for help on using the changeset viewer.