Opened 17 years ago
Closed 16 years ago
#8813 closed feature request (wontfix)
Add _blank target in ACP link
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 2.7 |
Component: | Administration | Keywords: | needs-patch 2nd-opinion dev-feedback |
Focuses: | Cc: |
Description
In the header, the title link (wordpress.org ← Visit site) can use a target="_blank".
Change History (6)
#4
@
16 years ago
Actually you should avoid using the target attribute, WordPress is still using the XHTML 1.0 Transitional DOCTYPE but when they make the transition to XHTML 1.0 Strict we will be in trouble because there will be no longer a target attribute. This can be resolved by using rel=external and replacing it with JavaScript.
Note: See
TracTickets for help on using
tickets.
A big fat -1 to this from me. If I want it to open in a new window, I'll use "open in new window" from my browser.