Changeset 12622 for trunk/wp-admin/ms-upgrade-site.php
- Timestamp:
- 01/07/2010 12:30:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-upgrade-site.php
r12610 r12622 8 8 9 9 $title = __('WordPress MU › Admin › Upgrade Site'); 10 $parent_file = ' wpmu-admin.php';10 $parent_file = 'ms-admin.php'; 11 11 require_once('admin-header.php'); 12 12 … … 42 42 } 43 43 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&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&n=<?php echo ($n + 5) ?>"><?php _e("Next Blogs"); ?></a></p> 45 45 <script type='text/javascript'> 46 46 <!-- 47 47 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) ?>"; 49 49 } 50 50 setTimeout( "nextpage()", 250 ); … … 57 57 default: 58 58 ?><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><?php59 <p><a class="button" href="ms-upgrade-site.php?action=upgrade"><?php _e("Upgrade Site"); ?></a></p><?php 60 60 do_action( 'wpmu_upgrade_page' ); 61 61 break;
Note: See TracChangeset
for help on using the changeset viewer.