Opened 8 years ago
Closed 8 years ago
#38145 closed defect (bug) (fixed)
Remove target="_blank" from help tab in several Admin screens
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | General | Keywords: | has-patch target-blank |
Focuses: | accessibility, administration | Cc: |
Description (last modified by ) ¶
Patch removes target="_blank" from links in the help tabs in the Admin in:
- wp-admin/edit-comments.php
- wp-admin/edit-form-advanced.php
- wp-admin/edit-link-form.php
- wp-admin/edit-tags.php
- wp-admin/edit.php
- wp-admin/export.php
- wp-admin/import.php
- wp-admin/index.php
- wp-admin/link-manager.php
- wp-admin/media-new.php
- wp-admin/media.php
- wp-admin/nav-menus.php
I did not remove target="_blank" on links to Preview page/post in edit-form.advanced.php
Tracking ticket with info and discussion: #23432
Pull Requests
- Loading…
Change History (10)
#6
@ Core Committer
8 years ago
- Summary changed from Remove target="_blank" from help tab in serveral Admin screens to Remove target="_blank" from help tab in several Admin screens
Note: See
TracTickets for help on using
tickets.
Worth noting this patches also
edit-comments.php
which is already patched in #38140.