Make WordPress Core

Changeset 52704


Ignore:
Timestamp:
02/11/2022 06:03:15 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @since tag for wp_cache_reset().

The function was added in WordPress 3.0, not 2.6.

Follow-up to [13066].

See #54729.

File:
1 edited

Legend:

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

    r52703 r52704  
    339339 * recommended outside of unit tests as the performance penalty for using it is high.
    340340 *
    341  * @since 2.6.0
     341 * @since 3.0.0
    342342 * @deprecated 3.5.0 WP_Object_Cache::reset()
    343343 * @see WP_Object_Cache::reset()
Note: See TracChangeset for help on using the changeset viewer.