Changeset 12854 for trunk/wp-includes/functions.php
- Timestamp:
- 01/26/2010 08:42:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r12851 r12854 418 418 if ( !defined( 'WP_INSTALLING' ) || !is_multisite() ) 419 419 $alloptions = wp_cache_get( 'alloptions', 'options' ); 420 else 421 $alloptions = false; 420 422 421 423 if ( !$alloptions ) { … … 430 432 wp_cache_add( 'alloptions', $alloptions, 'options' ); 431 433 } 434 432 435 return $alloptions; 433 436 }
Note: See TracChangeset
for help on using the changeset viewer.