Opened 17 months ago
Last modified 6 months ago
#19674 new defect (bug)
Do not prefix wp_title() with spaces if $sep is empty
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Themes | Version: | 2.0 |
| Severity: | trivial | Keywords: | has-patch 2nd-opinion |
| Cc: | sirzooro |
Description
- Add wp_title('') to header.php.
- Notice two spaces before the title:
<title> Hello World</title>
This was previously brought up in #7114, but the fix suggested there wasn't backward compatible.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.

Wondering if one space might still be expected by themes. For example, if bloginfo('name') is used before wp_title();