Make WordPress Core


Ignore:
Timestamp:
09/03/2011 04:02:41 PM (15 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-includes/[a-h]). See #18560.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/cache.php

    r18580 r18633  
    1010
    1111/**
    12  * Adds data to the cache, if the cache key doesn't aleady exist.
     12 * Adds data to the cache, if the cache key doesn't already exist.
    1313 *
    1414 * @since 2.0.0
     
    3232 *
    3333 * This function has ceased to do anything since WordPress 2.5. The
    34  * functionality was removed along with the rest of the persistant cache. This
     34 * functionality was removed along with the rest of the persistent cache. This
    3535 * does not mean that plugins can't implement this function when they need to
    3636 * make sure that the cache is cleaned up after WordPress no longer needs it.
     
    283283     * @uses WP_Object_Cache::get Checks to see if the cache already has data.
    284284     * @uses WP_Object_Cache::set Sets the data after the checking the cache
    285      *      contents existance.
     285     *      contents existence.
    286286     *
    287287     * @since 2.0.0
Note: See TracChangeset for help on using the changeset viewer.