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/my-sites.php

    r38474 r38721  
    4545get_current_screen()->set_help_sidebar(
    4646    '<p><strong>' . __('For more information:') . '</strong></p>' .
    47     '<p>' . __('<a href="https://codex.wordpress.org/Dashboard_My_Sites_Screen" target="_blank">Documentation on My Sites</a>') . '</p>' .
    48     '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
     47    '<p>' . __('<a href="https://codex.wordpress.org/Dashboard_My_Sites_Screen">Documentation on My Sites</a>') . '</p>' .
     48    '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>'
    4949);
    5050
Note: See TracChangeset for help on using the changeset viewer.