mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 07:20:01 +01:00
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:
parent
679ee27228
commit
94bd76c77d
@ -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 ) {
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user