Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.3/src/wp-includes/widgets.php

    r32990 r33721  
    317317        $instances = $this->get_settings();
    318318
    319         if ( isset( $instances[ $this->number ] ) ) {
     319        if ( array_key_exists( $this->number, $instances ) ) {
    320320            $instance = $instances[ $this->number ];
    321321
Note: See TracChangeset for help on using the changeset viewer.