Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-editor.php

    r15054 r15132  
    114114        '<p>' . __('If you want to make changes but don&#8217;t want them to be overwritten when the plugin is updated, you may be ready to think about writing your own plugin. For information on how to edit a plugin or start from scratch, check out the links below.') . '</p>' .
    115115        '<p><strong>' . __('For more information:') . '</strong></p>' .
    116         '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_SubPanel">Documentation on Editing Plugins</a>') . '</p>' .
    117         '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     116        '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_SubPanel" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .
     117        '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    118118    );
    119119
Note: See TracChangeset for help on using the changeset viewer.