Commits
User selector
Commit History
Commits on Oct 9, 2020
General: Docblock improvements for the `WP_Error` class.
Show description for 38beea2committedGeneral: Introduce the ability to merge multiple `WP_Error` objects into one another, and to store more than one item of data for an error.
Show description for df75549committed
Commits on Sep 20, 2020
General: Introduce the `wp_error_added` and `wp_error_checked` actions.
Show description for 2b742becommitted
Commits on Jul 23, 2020
Docs: First pass at some inline docs fixes mostly made by PHPCBF.
Show description for 285fa03committed
Commits on Jan 9, 2019
Docs: Update `since` annotations `WP_Error::has_errors()`
Show description for da6021bcommitted
Commits on Feb 27, 2018
General: Introduce `WP_Error::has_errors()` method and use it where appropriate.
Show description for 1cc516fcommitted
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
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 superfluous `@package WordPress` and `@subpackage` notations used outside of file headers in a variety of core files.
Show description for de87b6dcommitted
Commits on Aug 26, 2016
Load: move `is_wp_error()` to `load.php` so that `WP_Error` is in a file by itself.
Show description for a048646committed
Commits on May 22, 2016
Docs: Remove/replace invalid inline `@link` tags in DocBlocks in wp-includes/*.
Show description for 520ed6bcommitted
Commits on May 24, 2015
Use `void` instead of `null` where appropriate when pipe-delimiting `@return` types. If a `@return` only contains `void`, remove it.
Show description for 39ef6a7committed
Commits on Jan 16, 2015
In PHP 5.0.0, `is_a()` became deprecated in favour of the `instanceof` operator. Calling `is_a()` would result in an `E_STRICT` warning.
Show description for 5acc6bdcommitted
Commits on Jan 11, 2015
In `WP_Error`:
Show description for ad81bf2committed
Commits on Jan 10, 2015
Commits on Dec 1, 2014
Improve various `@param` docs for `src/wp-includes/*`.
Show description for 4d46475committed
Commits on Oct 8, 2014
New `remove()` method and some unit tests for the `WP_Error` class.
Show description for 6eea081committed
Commits on Aug 9, 2014
Fix some words that aren't words.
Show description for a84d50dcommitted
Commits on Jul 13, 2014
Fill out inline documentation for magic methods added to the `WP_Error` class in [28511].
Show description for 1445423committed
Commits on Jul 9, 2014
Revert [29033] pending further discussion. See #28319.
Show description for a8fa703committed
Commits on Jul 8, 2014
Add a `create_wp_error` action which is called when a `WP_Error` instance is created. Fixes #28319. Props ebinnion
Show description for 53fef65committed
Commits on Jun 4, 2014
Improve inline documentation for the `__construct()` and `add()` methods in `WP_Error` class.
Show description for d4768ffcommitted
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 77c6420committedAdd access modifiers to methods/members in `WP_Error`. Add a magic `__get()` method for BC.
Show description for 0401ec1committed
Commits on Aug 7, 2013
New develop.svn.wordpress.org repository based on the old core.svn repository.
Show description for b43712ecommitted
Loading