Skip to content

Commit ccb77c5

Browse files
Twenty Eleven: Document the $instance parameter in Ephemera widget form.
Follow-up to [17669], [25625]. Props parthvataliya. See #62183. git-svn-id: https://develop.svn.wordpress.org/trunk@59200 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2ae4473 commit ccb77c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wp-content/themes/twentyeleven/inc/widgets.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ public function flush_widget_cache() {
186186
* Displays the form for this widget on the Widgets page of the WP Admin area.
187187
*
188188
* @since Twenty Eleven 1.0
189+
*
190+
* @param array $instance The settings for the particular instance of the widget.
189191
*/
190192
public function form( $instance ) {
191193
$title = isset( $instance['title'] ) ? esc_attr( $instance['title'] ) : '';

0 commit comments

Comments
 (0)