Make WordPress Core


Ignore:
Timestamp:
10/04/2016 06:58:36 AM (9 years ago)
Author:
afercia
Message:

Accessibility: Remove target=_blank from the Settings screens help tabs links.

Stop taking control of users' browsers.

Props rianrietveld.
Fixes #38143. See #23432.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-media.php

    r37914 r38720  
    3232get_current_screen()->set_help_sidebar(
    3333    '<p><strong>' . __('For more information:') . '</strong></p>' .
    34     '<p>' . __('<a href="https://codex.wordpress.org/Settings_Media_Screen" target="_blank">Documentation on Media Settings</a>') . '</p>' .
    35     '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
     34    '<p>' . __('<a href="https://codex.wordpress.org/Settings_Media_Screen">Documentation on Media Settings</a>') . '</p>' .
     35    '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>'
    3636);
    3737
Note: See TracChangeset for help on using the changeset viewer.