Changeset 49946 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 01/08/2021 02:28:46 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-widget.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget.php
r49120 r49946 364 364 * 365 365 * @param array $instance The current widget instance's settings. 366 * @param WP_Widget $ thisThe current widget instance.366 * @param WP_Widget $widget The current widget instance. 367 367 * @param array $args An array of default widget arguments. 368 368 */ … … 458 458 * @param array $new_instance Array of new widget settings. 459 459 * @param array $old_instance Array of old widget settings. 460 * @param WP_Widget $ thisThe current widget instance.460 * @param WP_Widget $widget The current widget instance. 461 461 */ 462 462 $instance = apply_filters( 'widget_update_callback', $instance, $new_instance, $old_instance, $this ); … … 511 511 * 512 512 * @param array $instance The current widget instance's settings. 513 * @param WP_Widget $ thisThe current widget instance.513 * @param WP_Widget $widget The current widget instance. 514 514 */ 515 515 $instance = apply_filters( 'widget_form_callback', $instance, $this ); … … 531 531 * @since 2.8.0 532 532 * 533 * @param WP_Widget $ thisThe widget instance (passed by reference).533 * @param WP_Widget $widget The widget instance (passed by reference). 534 534 * @param null $return Return null if new fields are added. 535 535 * @param array $instance An array of the widget's settings.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)