Skip to content

Commit 5da6d2a

Browse files
Docs: Synchronize description for the $instance parameter in WP_Widget methods.
Follow-up to [30382]. See #61608. git-svn-id: https://develop.svn.wordpress.org/trunk@59196 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4883bd9 commit 5da6d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function update( $new_instance, $old_instance ) {
137137
*
138138
* @since 2.8.0
139139
*
140-
* @param array $instance Current settings.
140+
* @param array $instance The settings for the particular instance of the widget.
141141
* @return string Default return is 'noform'.
142142
*/
143143
public function form( $instance ) {

0 commit comments

Comments
 (0)