From 9f81d0133451b72ea484e77c3bdbf97e44a7136d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 Nov 2023 10:49:28 +0000 Subject: [PATCH] Docs: Fix incorrect `@return` tag in `wp_check_filetype()` tests. `@return[]` is not a valid tag. Fixed now, though without further specification. Reference: [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#phpdoc-tags PHP Documentation Standards: PHPDoc Tags]. Follow-up to [55456]. Props jrf. See #59651. Built from https://develop.svn.wordpress.org/trunk@57101 git-svn-id: http://core.svn.wordpress.org/trunk@56612 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 6faa54c3a8..98a7ecb14f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57100'; +$wp_version = '6.5-alpha-57101'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.