Make WordPress Core

Changeset 59196


Ignore:
Timestamp:
10/08/2024 06:37:32 PM (4 months ago)
Author:
SergeyBiryukov
Message:

Docs: Synchronize description for the $instance parameter in WP_Widget methods.

Follow-up to [30382].

See #61608.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-widget.php

    r56466 r59196  
    138138     * @since 2.8.0
    139139     *
    140      * @param array $instance Current settings.
     140     * @param array $instance The settings for the particular instance of the widget.
    141141     * @return string Default return is 'noform'.
    142142     */
Note: See TracChangeset for help on using the changeset viewer.