Commit d0460ea
committed
Coding Standards: Correct default parameter type in
This adjusts the default `$meta_query` parameter value to match the documented type of `array`.
Since the function is gated with a loose, falsey `! $meta_query` check, there is no difference to function behavior.
Follow-up to [17699].
Props justlevine.
See #63268.
git-svn-id: https://develop.svn.wordpress.org/trunk@60176 602fd350-edb4-49c9-b593-d223f7449a82WP_Meta_Query::__construct().1 parent 26f0403 commit d0460ea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments