diff --git a/src/wp-content/themes/twentyeleven/inc/widgets.php b/src/wp-content/themes/twentyeleven/inc/widgets.php index 5ba4f1a438874..7335daad86588 100644 --- a/src/wp-content/themes/twentyeleven/inc/widgets.php +++ b/src/wp-content/themes/twentyeleven/inc/widgets.php @@ -186,6 +186,8 @@ public function flush_widget_cache() { * Displays the form for this widget on the Widgets page of the WP Admin area. * * @since Twenty Eleven 1.0 + * + * @param array $instance The settings for the particular instance of the widget. */ public function form( $instance ) { $title = isset( $instance['title'] ) ? esc_attr( $instance['title'] ) : '';