Changeset 10497 for trunk/src/bp-core/bp-core-widgets.php
- Timestamp:
- 02/03/2016 05:01:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-widgets.php
r10417 r10497 30 30 /** 31 31 * Constructor method. 32 * 33 * @since 1.9.0 32 34 */ 33 35 public function __construct() { … … 44 46 /** 45 47 * Display the login widget. 48 * 49 * @since 1.9.0 46 50 * 47 51 * @see WP_Widget::widget() for description of parameters. … … 155 159 * Update the login widget options. 156 160 * 161 * @since 1.9.0 162 * 157 163 * @param array $new_instance The new instance options. 158 164 * @param array $old_instance The old instance options. … … 168 174 /** 169 175 * Output the login widget options form. 176 * 177 * @since 1.9.0 170 178 * 171 179 * @param array $instance Settings for this widget.
Note: See TracChangeset
for help on using the changeset viewer.