Opened 4 years ago
Closed 4 years ago
#8813 closed feature request (wontfix)
Add _blank target in ACP link
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Administration | Version: | 2.7 |
| Severity: | minor | Keywords: | needs-patch 2nd-opinion dev-feedback |
| Cc: |
Description
In the header, the title link (wordpress.org ← Visit site) can use a target="_blank".
Change History (6)
- Owner changed from anonymous to Alvaro_SG
- Status changed from new to assigned
- Keywords needs-patch 2nd-opinion added
- Milestone changed from 2.7.2 to 2.9
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.
comment:6
in reply to:
↑ 2
Denis-de-Bernardy — 4 years ago
- Milestone 2.9 deleted
- Resolution set to wontfix
- Status changed from assigned to closed
Replying to mrmist:
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.
agrred.
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.