Changeset 59336 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 11/02/2024 02:59:16 PM (19 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget.php
r59196 r59336 139 139 * 140 140 * @param array $instance The settings for the particular instance of the widget. 141 * @return string Default return is 'noform'.141 * @return string|void Default return is 'noform'. 142 142 */ 143 143 public function form( $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.