Skip to content

Commit 3410c20

Browse files
Docs: Correct property type for WP_Tax_Query::$no_results.
Follow-up to [17686]. Props justlevine, johnbillion. See #63268. git-svn-id: https://develop.svn.wordpress.org/trunk@60311 602fd350-edb4-49c9-b593-d223f7449a82
1 parent abe0a29 commit 3410c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-tax-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class WP_Tax_Query {
4444
* Standard response when the query should not return any rows.
4545
*
4646
* @since 3.2.0
47-
* @var string
47+
* @var array<string, array<string>>
4848
*/
4949
private static $no_results = array(
5050
'join' => array( '' ),

0 commit comments

Comments
 (0)