Changes between Initial Version and Version 1 of Ticket #50054, comment 1
- Timestamp:
- 05/02/2020 09:49:49 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50054, comment 1
initial v1 1 1 Hi there, welcome to WordPress Trac! Thanks for the report. 2 2 3 I could not reproduce the issue on a clean install. There is some code in [source:tags/5.4.1/src/wp-includes/class-wp-query.php?marks=585-607#L585 WP_Query::fill_query_var()] to make sure every parameter that should an array is properly initialized as such.3 I could not reproduce the issue on a clean install. There is some code in [source:tags/5.4.1/src/wp-includes/class-wp-query.php?marks=585-607#L585 WP_Query::fill_query_var()] to make sure every parameter that should be an array is properly initialized as such. 4 4 5 5 Inspecting the value of `$q['tag_slug__in']` just before [source:tags/5.4.1/src/wp-includes/class-wp-query.php?marks=1253#L1236 line 1253] shows that it is in fact an array.