Skip to content

Commit 9566ab1

Browse files
Docs: Update PHPDoc for $terms property to allow null value
1 parent afad966 commit 9566ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class WP_Term_Query {
7676
* List of terms located by the query.
7777
*
7878
* @since 4.6.0
79-
* @var array
79+
* @var array|null
8080
*/
8181
public $terms;
8282

0 commit comments

Comments
 (0)