From da6021b4f9ab2374e5210989701515957ff8004e Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 9 Jan 2019 22:41:32 +0000 Subject: [PATCH] Docs: Update `since` annotations `WP_Error::has_errors()` Introduced in [42761]. Fixes #42742. git-svn-id: https://develop.svn.wordpress.org/trunk@44527 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-error.php b/src/wp-includes/class-wp-error.php index adbfb21c2c..3de8ae7dae 100644 --- a/src/wp-includes/class-wp-error.php +++ b/src/wp-includes/class-wp-error.php @@ -164,7 +164,7 @@ class WP_Error { /** * Verify if the instance contains errors. * - * @since 5.0.0 + * @since 5.1.0 * * @return bool */