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
This commit is contained in:
Sergey Biryukov 2023-11-12 09:21:24 +00:00
parent 5896701b31
commit b2dcecf188
1 changed files with 1 additions and 1 deletions

View File

@ -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.