Make WordPress Core


Ignore:
Timestamp:
10/04/2016 07:09:12 AM (8 years ago)
Author:
afercia
Message:

Accessibility: Remove target=_blank from the Users and Widgets screens help tabs links.

Stop taking control of users' browsers.

Props rianrietveld.
Fixes #38217. See #23432.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-new.php

    r38672 r38723  
    204204get_current_screen()->set_help_sidebar(
    205205    '<p><strong>' . __('For more information:') . '</strong></p>' .
    206     '<p>' . __('<a href="https://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
    207     '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
     206    '<p>' . __('<a href="https://codex.wordpress.org/Users_Add_New_Screen">Documentation on Adding New Users</a>') . '</p>' .
     207    '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>'
    208208);
    209209
Note: See TracChangeset for help on using the changeset viewer.