Opened 4 years ago
Last modified 4 years ago
#51307 new defect (bug)
Document title broken when "Homepage" isn't set in Settings > Reading
Reported by: | henry.wright | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch has-unit-tests |
Focuses: | template | Cc: |
Description
Steps to reproduce the bug
- Go to Settings > Reading
- For "Your homepage displays" select "A static page"
- Do not set "Homepage"
- Set "Posts page" to a page you have already created
- Save
Visit the homepage and check the document title. For example <title>The document title is here</title>
Instead of the expected {blogName} - {blogDescription} you will get just {blogName}
Attachments (1)
Change History (5)
This ticket was mentioned in PR #1080 on WordPress/wordpress-develop by nielslange.
4 years ago
#3
- Keywords has-unit-tests added; needs-unit-tests removed
Trac ticket: https://core.trac.wordpress.org/ticket/51307
Note: See
TracTickets for help on using
tickets.
Initial patch.