Opened 9 years ago
Closed 9 years ago
#40814 closed enhancement (fixed)
Order of page title parts
| Reported by: | henry.wright | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | Login and Registration | Version: | |
| Severity: | normal | Keywords: | has-patch good-first-bug needs-testing |
| Cc: | Focuses: |
Description
The order of page title parts in wp-login.php is inconsistent with the rest of the site pages.
For example, in wp-login.php we have this arrangement:
Sitename Separator Pagename
For the rest of the site we have this arrangement:
Pagename Separator Sitename
I suggest we modify the order of the page title parts in wp-login.php to match page titles elsewhere.
Attachments (1)
Change History (14)
This ticket was mentioned in Slack in #core by nishitlangaliya. View the logs.
9 years ago
#3
@
9 years ago
- Component General → Login and Registration
- Milestone Awaiting Review → 4.9
- Owner set to
- Status new → reviewing
#4
follow-up:
↓ 5
@
9 years ago
Related is #40812. The page title separator character used in wp-login.php is inconsistent with the separator used in page titles elsewhere.
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 –).
#5
in reply to: ↑ 4
@
9 years ago
Hi @henry.wright ,
I have added patch to ticket please check for the same and let me know any changes required.
Replying to henry.wright:
Related is #40812. The page title separator character used in wp-login.php is inconsistent with the separator used in page titles elsewhere.
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–).
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixed issue - 40814