Opened 4 years ago

Closed 4 years ago

#8813 closed feature request (wontfix)

Add _blank target in ACP link

Reported by: Alvaro_SG Owned by: Alvaro_SG
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

comment:2 follow-up: ↓ 6   mrmist4 years ago

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.

  • 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:5   DD324 years ago

  • Keywords dev-feedback added

comment:6 in reply to: ↑ 2   Denis-de-Bernardy4 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.