Changeset 37492 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 05/22/2016 06:14:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget.php
r37425 r37492 354 354 355 355 /** 356 * Filter the settings for a particular widget instance.356 * Filters the settings for a particular widget instance. 357 357 * 358 358 * Returning false will effectively short-circuit display of the widget. … … 443 443 444 444 /** 445 * Filter a widget's settings before saving.445 * Filters a widget's settings before saving. 446 446 * 447 447 * Returning false will effectively short-circuit the widget's ability … … 499 499 500 500 /** 501 * Filter the widget instance's settings before displaying the control form.501 * Filters the widget instance's settings before displaying the control form. 502 502 * 503 503 * Returning false effectively short-circuits display of the control form.
Note: See TracChangeset
for help on using the changeset viewer.