Changes between Initial Version and Version 1 of Ticket #40814, comment 4
- Timestamp:
- 06/22/2017 06:15:33 AM (9 years ago)
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.1 Related is #40812. The page title separator character used in wp-login.php is inconsistent with the separator used in page titles elsewhere. 2 2 3 3 Depending 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 {{{–}}}).