From 5da6d2a5b02722f42c75e54d4ffbe7225013967a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 8 Oct 2024 18:37:32 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-widget.php b/src/wp-includes/class-wp-widget.php index f7557a0e3bb44..f3e4130b32b5c 100644 --- a/src/wp-includes/class-wp-widget.php +++ b/src/wp-includes/class-wp-widget.php @@ -137,7 +137,7 @@ public function update( $new_instance, $old_instance ) { * * @since 2.8.0 * - * @param array $instance Current settings. + * @param array $instance The settings for the particular instance of the widget. * @return string Default return is 'noform'. */ public function form( $instance ) {