Twenty Eleven: Document the `$instance` parameter in Ephemera widget form.

Follow-up to [17669], [25625].

Props parthvataliya.
See #62183.
Built from https://develop.svn.wordpress.org/trunk@59200


git-svn-id: http://core.svn.wordpress.org/trunk@58595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-10-09 20:17:18 +00:00
parent f53eb5b29b
commit 70bfe13aa0
2 changed files with 3 additions and 1 deletions

View File

@ -186,6 +186,8 @@ class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
* Displays the form for this widget on the Widgets page of the WP Admin area.
*
* @since Twenty Eleven 1.0
*
* @param array $instance The settings for the particular instance of the widget.
*/
public function form( $instance ) {
$title = isset( $instance['title'] ) ? esc_attr( $instance['title'] ) : '';

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-beta2-59199';
$wp_version = '6.7-beta2-59200';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.