Changeset 18633 for trunk/wp-includes/cache.php
- Timestamp:
- 09/03/2011 04:02:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/cache.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cache.php
r18580 r18633 10 10 11 11 /** 12 * Adds data to the cache, if the cache key doesn't al eady exist.12 * Adds data to the cache, if the cache key doesn't already exist. 13 13 * 14 14 * @since 2.0.0 … … 32 32 * 33 33 * This function has ceased to do anything since WordPress 2.5. The 34 * functionality was removed along with the rest of the persist ant cache. This34 * functionality was removed along with the rest of the persistent cache. This 35 35 * does not mean that plugins can't implement this function when they need to 36 36 * make sure that the cache is cleaned up after WordPress no longer needs it. … … 283 283 * @uses WP_Object_Cache::get Checks to see if the cache already has data. 284 284 * @uses WP_Object_Cache::set Sets the data after the checking the cache 285 * contents exist ance.285 * contents existence. 286 286 * 287 287 * @since 2.0.0
Note: See TracChangeset
for help on using the changeset viewer.