Changes between Version 1 and Version 2 of Ticket #58420, comment 5
- Timestamp:
- 05/29/2023 01:36:07 PM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58420, comment 5
v1 v2 3 3 For reference, the condition in question in `wp-trackback.php` was introduced in [7559]. 4 4 5 In my testing, [attachment:"58420.diff"] does not seem to work as expected, as the `$message` parameter in `wp_die()` is an empty string by default, so it just displays an empty page without any message. Introducing a specific message here is probably not worth it, as there are no valid uses cases for requesting a trackback in the `UTF-7` encoding.5 In my testing, [attachment:"58420.diff"] does not seem to work as expected, as the `$message` parameter in `wp_die()` is an empty string by default, so it just displays an empty page without any message. Introducing a specific message here is probably not worth it, as there are no valid uses cases for posting a trackback in the `UTF-7` encoding. 6 6 7 7 Replying to [comment:2 freewebmentor]: