Changeset 10012 for trunk/src/bp-core/bp-core-widgets.php
- Timestamp:
- 07/12/2015 12:49:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-widgets.php
r9819 r10012 46 46 * @see WP_Widget::widget() for description of parameters. 47 47 * 48 * @param array $args Widget arguments.48 * @param array $args Widget arguments. 49 49 * @param array $instance Widget settings, as saved by the user. 50 50 */ … … 148 148 * @param array $new_instance The new instance options. 149 149 * @param array $old_instance The old instance options. 150 * 150 151 * @return array $instance The parsed options to be saved. 151 152 */ … … 160 161 * Output the login widget options form. 161 162 * 162 * @param $instance Settings for this widget. 163 * @param array $instance Settings for this widget. 164 * 165 * @return string 163 166 */ 164 167 public function form( $instance = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.