Changeset 18681 for trunk/wp-includes/cache.php
- Timestamp:
- 09/15/2011 08:23:00 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cache.php
r18659 r18681 295 295 */ 296 296 function add( $key, $data, $group = 'default', $expire = '' ) { 297 if ( wp_suspend_cache_addition() ) 298 return false; 299 297 300 if ( empty ($group) ) 298 301 $group = 'default';
Note: See TracChangeset
for help on using the changeset viewer.