Make WordPress Core


Ignore:
Timestamp:
01/07/2010 12:30:53 AM (15 years ago)
Author:
ryan
Message:

s/wpmu/ms/ in file refs. Props Denis-de-Bernardy. see #11644

File:
1 edited

Legend:

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

    r12610 r12622  
    88
    99$title = __('WordPress MU › Admin › Upgrade Site');
    10 $parent_file = 'wpmu-admin.php';
     10$parent_file = 'ms-admin.php';
    1111require_once('admin-header.php');
    1212
     
    4242            }
    4343            echo "</ul>";
    44             ?><p><?php _e("If your browser doesn't start loading the next page automatically click this link:"); ?> <a class="button" href="wpmu-upgrade-site.php?action=upgrade&amp;n=<?php echo ($n + 5) ?>"><?php _e("Next Blogs"); ?></a></p>
     44            ?><p><?php _e("If your browser doesn't start loading the next page automatically click this link:"); ?> <a class="button" href="ms-upgrade-site.php?action=upgrade&amp;n=<?php echo ($n + 5) ?>"><?php _e("Next Blogs"); ?></a></p>
    4545            <script type='text/javascript'>
    4646            <!--
    4747            function nextpage() {
    48                 location.href = "wpmu-upgrade-site.php?action=upgrade&n=<?php echo ($n + 5) ?>";
     48                location.href = "ms-upgrade-site.php?action=upgrade&n=<?php echo ($n + 5) ?>";
    4949            }
    5050            setTimeout( "nextpage()", 250 );
     
    5757    default:
    5858        ?><p><?php _e("You can upgrade all the blogs on your site through this page. It works by calling the upgrade script of each blog automatically. Hit the link below to upgrade."); ?></p>
    59         <p><a class="button" href="wpmu-upgrade-site.php?action=upgrade"><?php _e("Upgrade Site"); ?></a></p><?php
     59        <p><a class="button" href="ms-upgrade-site.php?action=upgrade"><?php _e("Upgrade Site"); ?></a></p><?php
    6060        do_action( 'wpmu_upgrade_page' );
    6161    break;
Note: See TracChangeset for help on using the changeset viewer.