[wp-trac] [WordPress Trac] #40812: Allow wp-login.php page title separator to be filtered
WordPress Trac
noreply at wordpress.org
Thu Jun 22 19:22:34 UTC 2017
#40812: Allow wp-login.php page title separator to be filtered
------------------------------------+------------------
Reporter: henry.wright | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 4.9
Component: Login and Registration | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
------------------------------------+------------------
Changes (by SergeyBiryukov):
* keywords: has-patch => needs-patch
* milestone: Awaiting Review => 4.9
Comment:
I don't see how [attachment:40812.patch] is relevant here.
We should either apply the `document_title_separator` filter to the
`$separator` variable, or (preferably) make the login page use
`wp_get_document_title()`, which would solve both this ticket and #40814.
The latter might be a bit tricky, because `wp_get_document_title()`
doesn't accept a predefined title like `login_header()` does, but we could
probably work around that using `document_title_parts` filter.
Moving to the milestone to handle at the same time as #40814.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40812#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list