Changes between Initial Version and Version 1 of Ticket #56682, comment 2
- Timestamp:
- 09/30/2022 12:07:13 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56682, comment 2
initial v1 1 1 Tested on posts I guess it is the same for pages (but haven't tested). 2 Update: just tested with pages and it's the same. 3 4 ALSO: it's the same with images, if for slug is entered: 5 "some <= text" 6 everythign after the < is cut (i.e. "some") 7 if the text is: 8 "some >= text" for the slug 9 it correctly just filters out ">=" becoming "some-text". 10 So this is a general problem for WordPress related somehow to slugs filtering: 11 - slugs (images, posts, pages) 12 - titles (posts, pages; images' title is NOT affected)