Changeset 61432 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 01/05/2026 05:32:00 AM (3 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
r59336 r61432 448 448 $this->_set( $number ); 449 449 450 $old_instance = isset( $all_instances[ $number ] ) ? $all_instances[ $number ] :array();450 $old_instance = $all_instances[ $number ] ?? array(); 451 451 452 452 $was_cache_addition_suspended = wp_suspend_cache_addition();
Note: See TracChangeset
for help on using the changeset viewer.