From f14b45a57e3983b222afbd4cac8c9057a0a7b2ce Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 21 Jun 2021 04:28:32 +0000 Subject: [PATCH] Docs: Correct `@since` version in the `wp-includes/version.php` file header. There was no public release of WordPress 1.1. Follow-up to [803], [43662]. See #52628. git-svn-id: https://develop.svn.wordpress.org/trunk@51188 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index c25968d3f9..8ef04a9b35 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -5,7 +5,7 @@ * Contains version information for the current WordPress release. * * @package WordPress - * @since 1.1.0 + * @since 1.2.0 */ /**