Changeset 26868 for trunk/src/wp-includes/cache.php
- Timestamp:
- 12/24/2013 06:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r25451 r26868 164 164 * Saves the data to the cache. 165 165 * 166 * @since 2.0 166 * @since 2.0.0 167 * 167 168 * @uses $wp_object_cache Object Cache Class 168 169 * @see WP_Object_Cache::set() … … 257 258 * @package WordPress 258 259 * @subpackage Cache 259 * @since 2.0 260 * @since 2.0.0 260 261 */ 261 262 class WP_Object_Cache {
Note: See TracChangeset
for help on using the changeset viewer.