[wp-trac] [WordPress Trac] #56682: Unexpected cut of the HTML title and the slug

WordPress Trac noreply at wordpress.org
Thu Sep 29 00:04:36 UTC 2022


#56682: Unexpected cut of the HTML title and the slug
--------------------------+-----------------------------
 Reporter:  dingdang      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  6.0.2
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 WordPress cuts part of the HTML title and the slug after "<=" sequence.

 Example that is OK (compared with one that IS NOT after that):

 - if the title entered is "some >= word" the HTML title would e "some
 >= word" and the slug - "some-word" (as expected)
 - however if the title entered is "some <= word" then the HTML title is
 unexpectedly CUT and becomes "some" as well the slug is just "some".

 The second example should perform exactly as the first one.

 Note that the problematic sequence is "<=" not just "<".

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/56682>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list