Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#38215 closed defect (bug) (fixed)

Remove target="_blank" from help tab in plugin, theme and update screens in the Admin

Reported by: rianrietveld's profile rianrietveld Owned by: afercia's profile afercia
Milestone: 4.7 Priority: normal
Severity: normal Version: 4.7
Component: General Keywords: target-blank has-patch
Focuses: accessibility, administration Cc:

Description

Patch removes target="_blank" from links in the help tabs in the Admin in:

  • wp-admin/plugin-editor.php
  • wp-admin/plugin-install.php
  • wp-admin/plugins.php
  • wp-admin/revision.php
  • wp-admin/theme-editor.php
  • wp-admin/theme-install.php
  • wp-admin/themes.php
  • wp-admin/tools.php
  • wp-admin/update-core.php
  • wp-admin/upload.php

Tracking ticket with info and discussion: #23432

Attachments (1)

38215.patch (15.5 KB) - added by rianrietveld 8 years ago.

Download all attachments as: .zip

Change History (2)

@rianrietveld
8 years ago

#1 @afercia
8 years ago

  • Owner set to afercia
  • Resolution set to fixed
  • Status changed from new to closed

In 38722:

Accessibility: Remove target=_blank from the Plugins, Themes, Media, Update, and Tools screens help tabs links.

Stop taking control of users' browsers.

Props rianrietveld.
Fixes #38215. See #23432.

Note: See TracTickets for help on using tickets.