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

    r15131 r15135  
    2424        '<p>' . __('Note that some fields in Site Options are grayed out and say Serialized Data. These are stored values in the database which you cannot change from here.') . '</p>' .
    2525        '<p><strong>' . __('For more information:') . '</strong></p>' .
    26         '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Super_Admin_Sites_Edit_Site">Documentation on Editing Sites</a>') . '</p>' .
    27         '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     26        '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Sites_Edit_Site" target="_blank">Documentation on Editing Sites</a>') . '</p>' .
     27        '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2828    );
    2929} else {
     
    4242        '<p>' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '</p>' .
    4343        '<p><strong>' . __('For more information:') . '</strong></p>' .
    44         '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Super_Admin_Sites_SubPanel">Documentation on Sites</a>') . '</p>' .
    45         '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     44        '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Sites_SubPanel" target="_blank">Documentation on Sites</a>') . '</p>' .
     45        '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    4646    );
    4747}
Note: See TracChangeset for help on using the changeset viewer.