Changeset 33696
- Timestamp:
- 08/21/2015 06:08:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r32990 r33696 317 317 $instances = $this->get_settings(); 318 318 319 if ( isset( $instances[ $this->number ]) ) {319 if ( array_key_exists( $this->number, $instances ) ) { 320 320 $instance = $instances[ $this->number ]; 321 321
Note: See TracChangeset
for help on using the changeset viewer.