Make WordPress Core


Ignore:
Timestamp:
10/04/2016 08:26:09 PM (7 years ago)
Author:
afercia
Message:

Accessibility: Remove target=_blank from the help tab links on several admin screens.

Stop taking control of users' browsers.

Props rianrietveld.
Fixes #38145. See #23432.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/link-manager.php

    r38647 r38725  
    7575get_current_screen()->set_help_sidebar(
    7676    '<p><strong>' . __('For more information:') . '</strong></p>' .
    77     '<p>' . __('<a href="https://codex.wordpress.org/Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' .
    78     '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
     77    '<p>' . __('<a href="https://codex.wordpress.org/Links_Screen">Documentation on Managing Links</a>') . '</p>' .
     78    '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>'
    7979);
    8080
Note: See TracChangeset for help on using the changeset viewer.