Docs: Update `since` annotations `WP_Error::has_errors()`
Introduced in [42761]. Fixes #42742. Built from https://develop.svn.wordpress.org/trunk@44527 git-svn-id: http://core.svn.wordpress.org/trunk@44358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5bb4a5aa0e
commit
cf1e3b0c40
|
@ -164,7 +164,7 @@ class WP_Error {
|
|||
/**
|
||||
* Verify if the instance contains errors.
|
||||
*
|
||||
* @since 5.0.0
|
||||
* @since 5.1.0
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-alpha-44526';
|
||||
$wp_version = '5.1-alpha-44527';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue