Commits
User selector
Commit History
Commits on Apr 29, 2025
Cache API: Consistently pass the `$expire` value as an integer in cache functions.
Show description for 0aa29fdcommitted
Commits on Apr 4, 2025
Docs: Correct the type of the `$found` parameter in `wp_cache_get()`.
Show description for c435977committed
Commits on Oct 10, 2022
Cache API: Introduce `wp_cache_supports()` function.
Show description for 832b6c3committed
Commits on Jul 23, 2022
Cache API: Make the placement of `wp_cache_flush_group()` more consistent.
Show description for c937a1acommitted
Commits on Jul 22, 2022
Cache API: Add `wp_cache_flush_group` function.
Show description for 40768e4committed
Commits on Apr 18, 2022
Docs: Replace Codex links with the corresponding page on DevHub.
Show description for 658906bcommitted
Commits on Feb 18, 2022
Cache API: Add `wp_cache_flush_runtime` function
Show description for c98f4c0committed
Commits on Feb 11, 2022
Docs: Improve `@return` tags for `wp_cache_*_multiple()` functions:
Show description for d3851cdcommittedCache API: Reorder object cache functions and methods for consistency.
Show description for 5d7297dcommittedDocs: Correct the suggested alternative for the deprecated `wp_cache_reset()` function.
Show description for 72cf1aacommittedDocs: Correct `@since` tag for `wp_cache_reset()`.
Show description for a9437a6committedDocs: Update DocBlocks for some object cache functions per the documentation standards.
Show description for 81cd3d5committedCache: Add `wp_cache_*_multiple` functions.
Show description for 4689322committed
Commits on Nov 24, 2020
Docs: Upgrade more parameters in docblocks to used typed array notation.
Show description for c8f7440committed
Commits on Jul 23, 2020
Docs: First pass at some inline docs fixes mostly made by PHPCBF.
Show description for 285fa03committed
Commits on Jun 10, 2020
Docs: Add missing documentation for the `$group` parameter of `WP_Object_Cache::get_multiple()`.
Show description for 4d506a3committed
Commits on Jun 9, 2020
Cache API: Introduce `wp_cache_get_multi()`.
Show description for d4d78e4committed
Commits on Feb 6, 2020
Coding Standards: Move `WP_Object_Cache` to `wp-includes/class-wp-object-cache.php`.
Show description for b02e49ccommitted
Commits on Jan 23, 2020
Cache API: Remove `WP_Object_Cache::__destruct()` and `wpdb::__destruct()`.
Show description for e730334committed
Commits on Jan 11, 2020
Docs: In various `@return` tags, list the expected type first, instead of `false`.
Show description for 4c2ee4ecommitted
Commits on Apr 11, 2019
Docs: Correct type for `WP_Object_Cache::$blog_prefix`.
Show description for 428f936committed
Commits on Mar 13, 2019
Docs: Correct various spelling mistakes.
Show description for 4a7b41ecommitted
Commits on Jan 15, 2019
Docs: Fix the `WP_Object_Cache::get()` docblock.
Show description for de1b02fcommitted
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Oct 2, 2017
Docs: Standardise the format used for documenting parameters passed by reference.
Show description for 19c0a55committed
Commits on Jul 27, 2017
Docs: Remove `@access` notations from method DocBlocks in wp-includes/* classes.
Show description for b4d81bdcommitted
Commits on Jul 1, 2017
Docs: Remove a few more superfluous `@package WordPress` and `@subpackage` notations outside of file headers missed in [40988].
Show description for de79ff8committed
Commits on Jun 25, 2017
Improve the usefulness of several `_deprecated_function()` calls by passing known replacement functions, methods, or hooks.
Show description for f6399c9committed
Commits on Oct 31, 2016
Docs: Fix multiple trivial typos throughout a variety of core files.
Show description for 297076ecommitted
Commits on Aug 31, 2016
Multisite: use `get_current_blog_id()` where applicable, in lieu of plucking the `$blog_id` global from outer space.
Show description for 3605bd7committed
Commits on Aug 23, 2016
Commits on Jul 6, 2016
Commits on May 18, 2016
Docs: Fix an incorrect Codex link in the file header for wp-includes/cache.php.
Show description for e6afe60committed
Commits on May 13, 2016
Docs: Standardize on 'backward compatibility/compatible' nomenclature in core inline docs.
Show description for 1955725committed
Commits on Apr 16, 2016
Docs: Fix typo in `wp_cache_switch_to_blog()` and `WP_Object_Cache::switch_to_blog()` description.
Show description for 4669eb2committed