mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Docs: Miscellaneous inline documentation improvements, including:
* Document the post statuses global as an array of `stdClass` objects * Document the taxonomies global as an array of `WP_Taxonomy` objects * Document the return value of the post count functions as `stdClass` objects * Fix some typos See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51885 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3855,7 +3855,7 @@ class WP_Query {
|
||||
*
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @global array $wp_taxonomies
|
||||
* @global WP_Taxonomy[] $wp_taxonomies Registered taxonomies.
|
||||
*
|
||||
* @param string|string[] $taxonomy Optional. Taxonomy slug or slugs to check against.
|
||||
* Default empty.
|
||||
|
||||
Reference in New Issue
Block a user