Make WordPress Core


Ignore:
Timestamp:
06/03/2010 09:00:39 PM (16 years ago)
Author:
nacin
Message:

target=blank for help. props jorbin, see #13467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r15054 r15132  
    5151    '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' .
    5252    '<p><strong>' . __('For more information:') . '</strong></p>' .
    53     '<p>' . __('<a href="http://codex.wordpress.org/Links_Edit_SubPanel">Link Management Documentation</a>') . '</p>' .
    54     '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     53    '<p>' . __('<a href="http://codex.wordpress.org/Links_Edit_SubPanel" target="_blank">Link Management Documentation</a>') . '</p>' .
     54    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5555);
    5656
Note: See TracChangeset for help on using the changeset viewer.