Commits
User selector
Commit History
Commits on Apr 29, 2020
User: Invalidate `user_activation_key` on password update.
Show description for 63cc1a6committed
Commits on Oct 21, 2015
Filesystem: Following the introduction of the `KB|MB|GB|TB_IN_BYTES` constants in [35286], use them in various places in core.
Show description for a28e35ecommitted
Commits on Sep 16, 2015
Docs: Improve documentation for the `WP_Object_Cache` class.
Show description for ff35e34committedDocs: Remove an errant change made to a `_deprecated_function()` call in `wp_cache_reset()` introduced in [34225].
Show description for 1075ec8committedDocs: Add more complete documentation for top-level object cache functionality.
Show description for 741bd44committed
Commits on Sep 10, 2015
Clarify `wp-includes/cache.php` docs with some more precise language.
Show description for 3b180cfcommitted
Commits on Aug 30, 2015
Fix copy pasta in `wp_cache_decr()` doc block.
Show description for 7599881committed
Commits on Aug 20, 2015
Docs: Standardize `@deprecated` tag formatting in the DocBlock for `WP_Object_Cache:reset()`.
Show description for 2cfd34ecommitted
Commits on May 22, 2015
Add/standardize missing doc blocks for `cache.php`.
Show description for de7b6c7committed
Commits on May 21, 2015
Commits on Apr 12, 2015
Use HTTPS URLs for codex.wordpress.org.
Show description for b0d6757committed
Commits on Mar 9, 2015
Declare `multisite` as a field for `WP_Object_Cache`.
Show description for 253f0ddcommitted
Commits on Mar 8, 2015
Empty `return` statements are unnecessary at the end of functions.
Show description for 1997429committed
Commits on Jan 10, 2015
Commits on Dec 1, 2014
Improve various `@param` docs for `src/wp-includes/*`.
Show description for 4d46475committed
Commits on Aug 9, 2014
Fix some words that aren't words.
Show description for a84d50dcommitted
Commits on Jul 14, 2014
Add periods to short descriptions for magic methods added in [28501], [28521], and [28524].
Show description for 7ad77d5committed
Commits on Jul 13, 2014
Fill out inline documentation for magic methods added to the `WP_Object_Cache` class in [28502], [28521], [28524].
Show description for d7ff96dcommitted
Commits on May 19, 2014
Classes that have `__set()` also need `__isset()` and `__unset()`.
Show description for daecbc9committedSome classes with `__get()` method also need `__set()`.
Show description for 77c6420committedFix fatal error in unit test.
Show description for e76545ecommittedAdd access modifiers to methods/members in `WP_Object_Cache`. Add a magic `__get()` method for BC.
Show description for 241d1a4committed
Commits on Feb 11, 2014
Rather than removing the 3rd argument in `WP_Object_Cache::delete()`, mark it as `$deprecated`.
Show description for 05b8771committed
Commits on Feb 1, 2014
Commits on Dec 24, 2013
Commits on Sep 16, 2013
Always pass integer expirations to cache backends.
Show description for 80653c0committed
Commits on Aug 7, 2013
New develop.svn.wordpress.org repository based on the old core.svn repository.
Show description for b43712ecommitted
Loading