Changeset 13677
- Timestamp:
- 03/11/2010 11:28:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r13673 r13677 516 516 if ( isset( $alloptions[$option] ) ) { 517 517 $alloptions[$option] = $_newvalue; 518 wp_cache_set( 'alloptions', $ _alloptions, 'options' );518 wp_cache_set( 'alloptions', $alloptions, 'options' ); 519 519 } else { 520 520 wp_cache_set( $option, $_newvalue, 'options' );
Note: See TracChangeset
for help on using the changeset viewer.