Changes between Initial Version and Version 1 of Ticket #56231, comment 3
- Timestamp:
- 07/25/2022 09:59:18 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56231, comment 3
initial v1 1 @costdev For acting on the URLs from the `Requests` side, I see no issue. `Requests` handles fragments just fine, and it doesn't care too much about whether you use them or not.1 @costdev For acting on the URLs from the `Requests` side, @jrf and I see no issue. `Requests` handles fragments just fine, and it doesn't care too much about whether you use them or not. 2 2 3 3 The only issues I could see is from WordPress Core or plugins that don't expect URLs to contain fragments because they were historically missing. They might have a use for the `$include_fragments` flag, but then again, if you keep it `false` by default, you don't actually fix the bug, and if you keep it `true` by default, they will need to make a change to their code anyway - they could just as well fix the actual bug then.