Changes between Initial Version and Version 1 of Ticket #21989, comment 4
- Timestamp:
- 06/09/2013 12:49:27 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21989, comment 4
initial v1 3 3 4 4 {{{ 5 diff --git a/wp-includes/option.php b/wp-includes/option.php5 diff --git wp-includes/option.php wp-includes/option.php 6 6 index 722d1f3..4df07d8 100644 7 --- a/wp-includes/option.php8 +++ b/wp-includes/option.php7 --- wp-includes/option.php 8 +++ wp-includes/option.php 9 9 @@ -224,17 +224,18 @@ function update_option( $option, $newvalue ) { 10 10 if ( is_object($newvalue) ) … … 29 29 $notoptions = wp_cache_get( 'notoptions', 'options' ); 30 30 if ( is_array( $notoptions ) && isset( $notoptions[$option] ) ) { 31 unset( $notoptions[$option] ); 32 }}} 31 unset( $notoptions[$option] );}}}