Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56682, comment 2


Ignore:
Timestamp:
09/30/2022 12:07:13 AM (3 years ago)
Author:
dingdang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56682, comment 2

    initial v1  
    11Tested on posts I guess it is the same for pages (but haven't tested).
     2Update: just tested with pages and it's the same.
     3
     4ALSO: it's the same with images, if for slug is entered:
     5"some <= text"
     6everythign after the < is cut (i.e. "some")
     7if the text is:
     8"some >= text" for the slug
     9it correctly just filters out ">=" becoming "some-text".
     10So 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)