Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50054, comment 1


Ignore:
Timestamp:
05/02/2020 09:49:49 AM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50054, comment 1

    initial v1  
    11Hi there, welcome to WordPress Trac! Thanks for the report.
    22
    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.
     3I 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.
    44
    55Inspecting 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.