- Timestamp:
- 04/15/2016 04:59:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-core-recently-active-widget.php
r10553 r10711 20 20 /** 21 21 * Constructor method. 22 * 23 * @since 1.5.0 22 24 */ 23 25 public function __construct() { … … 32 34 /** 33 35 * Display the Recently Active widget. 36 * 37 * @since 1.0.3 34 38 * 35 39 * @see WP_Widget::widget() for description of parameters. … … 107 111 * Update the Recently Active widget options. 108 112 * 113 * @since 1.0.3 114 * 109 115 * @param array $new_instance The new instance options. 110 116 * @param array $old_instance The old instance options. … … 121 127 /** 122 128 * Output the Recently Active widget options form. 129 * 130 * @since 1.0.3 123 131 * 124 132 * @param array $instance Widget instance settings.
Note: See TracChangeset
for help on using the changeset viewer.