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/edit-form-advanced.php

    r15119 r15132  
    178178    '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' .
    179179    '<p><strong>' . __('For more information:') . '</strong></p>' .
    180     '<p>' . __('<a href="http://codex.wordpress.org/Writing_Posts">Documentation on Writing Posts</a>') . '</p>' .
    181     '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     180    '<p>' . __('<a href="http://codex.wordpress.org/Writing_Posts" target="_blank">Documentation on Writing Posts</a>') . '</p>' .
     181    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    182182    );
    183183} elseif ( 'page' == $post_type ) {
     
    188188    '<p>' . __('<strong>Order</strong> - Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.') . '</p>' .
    189189    '<p><strong>' . __('For more information:') . '</strong></p>' .
    190     '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_SubPanel">Page Creation Documentation</a>') . '</p>' .
    191     '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     190    '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_SubPanel" target="_blank">Page Creation Documentation</a>') . '</p>' .
     191    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    192192    );
    193193}
Note: See TracChangeset for help on using the changeset viewer.