Make WordPress Core

Ticket #12034: themes.php.diff

File themes.php.diff, 679 bytes (added by freddyware, 15 years ago)

Patch

  • themes.php

     
    4444
    4545require_once('admin-header.php');
    4646if ( is_multisite() && current_user_can('edit_themes') ) {
    47         ?><div id="message0" class="updated fade"><p><?php _e('Administrator: new themes must be activated in the <a href="wpmu-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php
     47        ?><div id="message0" class="updated fade"><p><?php _e('Administrator: new themes must be activated in the <a href="ms-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php
    4848}
    4949?>
    5050