Changeset 52173 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 11/16/2021 01:41:23 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget.php
r51070 r52173 366 366 $instances = $this->get_settings(); 367 367 368 if ( array_key_exists( $this->number, $instances) ) {368 if ( isset( $instances[ $this->number ] ) ) { 369 369 $instance = $instances[ $this->number ]; 370 370
Note: See TracChangeset
for help on using the changeset viewer.