# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\xampp\htdocs\blogs\wp-admin\network
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
18 | 18 | $title = __( 'Upgrade Network' ); |
19 | 19 | $parent_file = 'upgrade.php'; |
20 | 20 | |
| 21 | $total_sites = get_blog_count(); |
| 22 | |
21 | 23 | get_current_screen()->add_help_tab( array( |
22 | 24 | 'id' => 'overview', |
23 | 25 | 'title' => __('Overview'), |
… |
… |
|
97 | 99 | do_action( 'wpmu_upgrade_site', $details[ 'blog_id' ] ); |
98 | 100 | } |
99 | 101 | echo "</ul>"; |
100 | | ?><p><?php _e( 'If your browser doesn’t start loading the next page automatically, click this link:' ); ?> <a class="button" href="upgrade.php?action=upgrade&n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p> |
| 102 | |
| 103 | $sites_left = $total_sites - $n; |
| 104 | $x = $n - 4; |
| 105 | |
| 106 | ?> |
| 107 | <p><?php _e('Upgrading sites ' . $x . '-' . $n .' out of ' . $total_sites);?></p> |
| 108 | <p><?php _e( 'If your browser doesn’t start loading the next page automatically, click this link:' ); ?> <a class="button" href="upgrade.php?action=upgrade&n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p> |
101 | 109 | <script type="text/javascript"> |
102 | 110 | <!-- |
103 | 111 | function nextpage() { |