mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Promote many bool types to true or false where only that value is used.
See #51800 git-svn-id: https://develop.svn.wordpress.org/trunk@49927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -822,7 +822,7 @@ class WP_Meta_Query {
|
||||
*
|
||||
* @since 4.1.0
|
||||
*
|
||||
* @param string|bool $alias Table alias, or false if none was found.
|
||||
* @param string|false $alias Table alias, or false if none was found.
|
||||
* @param array $clause First-order query clause.
|
||||
* @param array $parent_query Parent of $clause.
|
||||
* @param WP_Meta_Query $this WP_Meta_Query object.
|
||||
|
||||
Reference in New Issue
Block a user