Changes between Initial Version and Version 1 of Ticket #54160
- Timestamp:
- 09/22/2021 07:47:50 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54160 – Description
initial v1 1 1 On WordPress.org it's common to see PHP Warnings such as the following: 2 2 3 > E_WARNING: strtolower() expects parameter 1 to be string, array given in w wp-includes/formatting.php:21403 > E_WARNING: strtolower() expects parameter 1 to be string, array given in wp-includes/formatting.php:2140 4 4 5 5 This is ultimately being triggered by a request similar to https://example.org/?customize_changeset_uuid[]=junk