Make WordPress Core

Ticket #44454: 44454-3.diff

File 44454-3.diff, 816 bytes (added by subrataemfluence, 7 years ago)
  • cache.php

    diff --git src/wp-includes/cache.php b/cache.php
    index 5a4f2fb..4423fe6 100755
    old new class WP_Object_Cache { 
    526526         *
    527527         * @param int|string $key    What the contents in the cache are called.
    528528         * @param string     $group  Optional. Where the cache contents are grouped. Default 'default'.
    529          * @param string     $force  Optional. Unused. Whether to force a refetch rather than relying on the local
     529         * @param bool       $force  Optional. Unused. Whether to force a refetch rather than relying on the local
    530530         *                           cache. Default false.
    531531         * @param bool       $found  Optional. Whether the key was found in the cache (passed by reference).
    532532         *                           Disambiguates a return of false, a storable value. Default null.