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
This commit is contained in:
Sergey Biryukov 2024-10-08 18:39:16 +00:00
parent 679ee27228
commit 94bd76c77d
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ class WP_Widget {
* *
* @since 2.8.0 * @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'. * @return string Default return is 'noform'.
*/ */
public function form( $instance ) { public function form( $instance ) {

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.