Make WordPress Core


Ignore:
Timestamp:
06/03/2010 07:52:54 PM (15 years ago)
Author:
nacin
Message:

Help fixes. props kpdesign, fixes #13467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-sites.php

    r15129 r15131  
    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">Site Editing Documentation</a>') . '</p>' .
     26        '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Super_Admin_Sites_Edit_Site">Documentation on Editing Sites</a>') . '</p>' .
    2727        '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
    2828    );
     
    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">Sites Documentation</a>') . '</p>' .
     44        '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Super_Admin_Sites_SubPanel">Documentation on Sites</a>') . '</p>' .
    4545        '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
    4646    );
Note: See TracChangeset for help on using the changeset viewer.