Ticket #33442: 33442.diff
File 33442.diff, 444 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/widgets.php
diff --git src/wp-includes/widgets.php src/wp-includes/widgets.php index 40de6c8..28daba1 100644
class WP_Widget { 316 316 $this->_set( $widget_args['number'] ); 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 322 322 /**