Make WordPress Core

Opened 17 years ago

Closed 16 years ago

#8813 closed feature request (wontfix)

Add _blank target in ACP link

Reported by: alvaro_sg's profile Alvaro_SG Owned by: alvaro_sg's profile Alvaro_SG
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)

#1 @Alvaro_SG
17 years ago

  • Owner changed from anonymous to Alvaro_SG
  • Status changed from new to assigned

#2 follow-up: @mrmist
17 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.

#3 @mrmist
17 years ago

  • Keywords needs-patch 2nd-opinion added
  • Milestone changed from 2.7.2 to 2.9

#4 @VincentvandenHeuvel
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.

#5 @DD32
16 years ago

  • Keywords dev-feedback added

#6 in reply to: ↑ 2 @Denis-de-Bernardy
16 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.