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.