Docs: Fix various incorrect WP-flavored array specifications.
Tags like `@string` or `@array` do not exist and are not supported. The way these were used here, also meant duplicate information being documented. Fixed now by using the `@type` tag as per the WP flavor of array documentation. Includes some fixes to the documentation formatting. Reference: [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#1-1-parameters-that-are-arrays PHP Documentation Standards: Parameters That Are Arrays]. Follow-up to [33322], [42880], [42971], [44786]. Props jrf. See #59651. Built from https://develop.svn.wordpress.org/trunk@57099 git-svn-id: http://core.svn.wordpress.org/trunk@56610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c4b64359d6
commit
fe69590e7c
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-alpha-57093';
|
||||
$wp_version = '6.5-alpha-57099';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue