Make WordPress Core


Ignore:
Timestamp:
06/04/2010 03:42:43 AM (15 years ago)
Author:
nacin
Message:

target=blank help fixes. props zeo, fixes #13467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import.php

    r15097 r15135  
    2121    '<p>' . __('In previous versions of WordPress, all the importers were built-in, but they have been turned into plugins as of version 3.0 since most people only use them once or infrequently.') . '</p>' .
    2222    '<p><strong>' . __('For more information:') . '</strong></p>' .
    23     '<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_SubPanel">Import Documentation</a>') . '</p>' .
    24     '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     23    '<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_SubPanel" target="_blank">Import Documentation</a>') . '</p>' .
     24    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2525);
    2626
Note: See TracChangeset for help on using the changeset viewer.