Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40814, comment 4


Ignore:
Timestamp:
06/22/2017 06:15:33 AM (9 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40814, comment 4

    initial v1  
    1 Related is [https://core.trac.wordpress.org/ticket/40812 #40812]. The page title separator character used in wp-login.php is inconsistent with the separator used in page titles elsewhere.
     1Related is #40812. The page title separator character used in wp-login.php is inconsistent with the separator used in page titles elsewhere.
    22
    33Depending on {{{is_rtl()}}}, wp-login.php will use either the {{{›}}} or {{{‹}}} characters whereas the rest of the site uses a hyphen (although the hyphen may possibly be an {{{–}}}).