Changeset 12884
- Timestamp:
- 09/14/2023 02:47:26 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-bad-request.php
r11637 r12884 55 55 // Assumption: WP::$public_query_vars will only ever contain non-array query vars. 56 56 // Assumption invalid. Some fields are valid. 57 $array_fields = [ 'post_type' => true, 'cat' => true ]; 57 $array_fields = [ 58 'post_type' => true, 59 'cat' => true, 60 'tag' => true, 61 ]; 58 62 59 63 // Some fields only accept numeric values.
Note: See TracChangeset
for help on using the changeset viewer.