We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$instance
1 parent 2ae4473 commit ccb77c5Copy full SHA for ccb77c5
src/wp-content/themes/twentyeleven/inc/widgets.php
@@ -186,6 +186,8 @@ public function flush_widget_cache() {
186
* Displays the form for this widget on the Widgets page of the WP Admin area.
187
*
188
* @since Twenty Eleven 1.0
189
+ *
190
+ * @param array $instance The settings for the particular instance of the widget.
191
*/
192
public function form( $instance ) {
193
$title = isset( $instance['title'] ) ? esc_attr( $instance['title'] ) : '';
0 commit comments