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/media.php

    r37914 r38725  
    8181    get_current_screen()->set_help_sidebar(
    8282    '<p><strong>' . __('For more information:') . '</strong></p>' .
    83     '<p>' . __('<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
    84     '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
     83    '<p>' . __('<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>') . '</p>' .
     84    '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>'
    8585    );
    8686
Note: See TracChangeset for help on using the changeset viewer.