Make WordPress Core


Ignore:
Timestamp:
10/04/2016 07:02:48 AM (7 years ago)
Author:
afercia
Message:

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

Stop taking control of users' browsers.

Props rianrietveld.
Fixes #38159. See #23432.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/index.php

    r38657 r38721  
    4848get_current_screen()->set_help_sidebar(
    4949    '<p><strong>' . __('For more information:') . '</strong></p>' .
    50     '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin" target="_blank">Documentation on the Network Admin</a>') . '</p>' .
    51     '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'
     50    '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin">Documentation on the Network Admin</a>') . '</p>' .
     51    '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>') . '</p>'
    5252);
    5353
Note: See TracChangeset for help on using the changeset viewer.