From 94bd76c77d8eb9ddd4bf25bf687730f5b8ee1b37 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 8 Oct 2024 18:39:16 +0000 Subject: [PATCH] Docs: Synchronize description for the `$instance` parameter in `WP_Widget` methods. Follow-up to [30382]. See #61608. Built from https://develop.svn.wordpress.org/trunk@59196 git-svn-id: http://core.svn.wordpress.org/trunk@58591 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-widget.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-widget.php b/wp-includes/class-wp-widget.php index f7557a0e3b..f3e4130b32 100644 --- a/wp-includes/class-wp-widget.php +++ b/wp-includes/class-wp-widget.php @@ -137,7 +137,7 @@ class WP_Widget { * * @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 ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index f9c495f2f6..7f2043fc9c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta2-59195'; +$wp_version = '6.7-beta2-59196'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.