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:
desrosj 2019-01-09 22:42:51 +00:00
parent 5bb4a5aa0e
commit cf1e3b0c40
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ class WP_Error {
/** /**
* Verify if the instance contains errors. * Verify if the instance contains errors.
* *
* @since 5.0.0 * @since 5.1.0
* *
* @return bool * @return bool
*/ */

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.