Skip to content

Commit

Permalink
Docs: Synchronize description for the $instance parameter in `WP_Wi…
Browse files Browse the repository at this point in the history
…dget` methods.

Follow-up to [30382].

See #61608.

git-svn-id: https://develop.svn.wordpress.org/trunk@59196 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Oct 8, 2024
1 parent 4883bd9 commit 5da6d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function update( $new_instance, $old_instance ) {
*
* @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 ) {
Expand Down

0 comments on commit 5da6d2a

Please sign in to comment.