From b2dcecf1888ad2e294a97a2b957df3f9f58f79b9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 12 Nov 2023 09:21:24 +0000 Subject: [PATCH] Docs: Fix incorrect property doc in `WP_Theme::get_allowed()` tests. The `@array` tag does not exist. This should be `@var array`. Reference: [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#2-1-class-members PHP Documentation Standards: Class Members]. Follow-up to [36350]. Props jrf. See #59651. Built from https://develop.svn.wordpress.org/trunk@57107 git-svn-id: http://core.svn.wordpress.org/trunk@56618 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 751f6e7910..40f346f21f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57106'; +$wp_version = '6.5-alpha-57107'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.