Make WordPress Core

Changeset 33678


Ignore:
Timestamp:
08/20/2015 10:38:45 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize @deprecated tag formatting in the DocBlock for WP_Object_Cache:reset().

Props Alphawolf.
See #28806.

File:
1 edited

Legend:

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

    r32539 r33678  
    593593     *
    594594     * @since 3.0.0
    595      * @deprecated 3.5.0
     595     * @deprecated 3.5.0 Use switch_to_blog()
     596     * @see switch_to_blog()
    596597     */
    597598    public function reset() {
Note: See TracChangeset for help on using the changeset viewer.