Make WordPress Core


Ignore:
Timestamp:
10/04/2016 07:02:48 AM (8 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/site-themes.php

    r38657 r38721  
    2727get_current_screen()->set_help_sidebar(
    2828    '<p><strong>' . __('For more information:') . '</strong></p>' .
    29     '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' .
    30     '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'
     29    '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Sites_Screen">Documentation on Site Management</a>') . '</p>' .
     30    '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>') . '</p>'
    3131);
    3232
Note: See TracChangeset for help on using the changeset viewer.