Changeset 18679
- Timestamp:
- 09/15/2011 10:43:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r18677 r18679 526 526 $cache = array(); 527 527 528 528 if ( ! isset( $args['widget_id'] ) ) 529 529 $args['widget_id'] = $this->id; 530 530 531 if ( false &&isset( $cache[ $args['widget_id'] ] ) ) {531 if ( isset( $cache[ $args['widget_id'] ] ) ) { 532 532 echo $cache[ $args['widget_id'] ]; 533 533 return; … … 635 635 $args['widget_id'] = $this->id; 636 636 637 if ( false &&isset( $cache[ $args['widget_id'] ] ) ) {637 if ( isset( $cache[ $args['widget_id'] ] ) ) { 638 638 echo $cache[ $args['widget_id'] ]; 639 639 return;
Note: See TracChangeset
for help on using the changeset viewer.