Make WordPress Core

Ticket #13736: 13736-ms-admin.php.diff

File 13736-ms-admin.php.diff, 1.1 KB (added by zeo, 15 years ago)

Fix Super Admin > Admin codex link

  • wp-admin/ms-admin.php

     
    2424        '<li>' . __('Blogs are now called Sites; Site is now called Network.') . '</li></ul>' .
    2525        '<p>' . __('This screen provides the network administrator with links to the screens for Sites and Users to either create a new site or user, or to search existing users and sites. Those screens are also accessible through the left-hand navigation in the Super Admin section.') . '</p>' .
    2626        '<p><strong>' . __('For more information:') . '</strong></p>' .
    27         '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Super_Admin_Menu" target="_blank">Documentation on Super Admin Menu</a>') . '</p>' .
     27        '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Menu" target="_blank">Documentation on Super Admin</a>') . '</p>' .
     28        '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Admin_SubPanel" target="_blank">Documentation on Admin</a>') . '</p>' .
    2829        '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2930);
    3031