Changeset 33721 for branches/4.3
- Timestamp:
- 08/24/2015 07:30:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/src/wp-includes/widgets.php
r32990 r33721 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.