summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-22 14:05:28 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-22 14:05:28 +0000
commit32bc3ec4a8eb7d01ffa1fbedfd16cebc28155ade (patch)
treef56a000a6150858b2cefc46e4339e1bd7f4c4029 /index-install.php
parent4568860c8d3cb4056717ea539d56158b0551a801 (diff)
downloadwordpress-mu-32bc3ec4a8eb7d01ffa1fbedfd16cebc28155ade.tar.gz
wordpress-mu-32bc3ec4a8eb7d01ffa1fbedfd16cebc28155ade.tar.xz
wordpress-mu-32bc3ec4a8eb7d01ffa1fbedfd16cebc28155ade.zip
Use the correct version variable! props isforinsects on #wpmu
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1302 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index-install.php b/index-install.php
index ffef76a..1a049b6 100644
--- a/index-install.php
+++ b/index-install.php
@@ -352,7 +352,7 @@ function step2() {
}
function step3() {
- global $wpdb, $current_site, $dirs, $wp_version;
+ global $wpdb, $current_site, $dirs, $wpmu_version;
$base = stripslashes( dirname( $_SERVER["SCRIPT_NAME"] ) );
if( $base != "/") {
$base .= "/";
@@ -440,7 +440,7 @@ Thanks!
<p>Thanks for installing WordPress &micro;!<br /><br />
Donncha<br />
- <code>wpmu version: <?php echo $wp_version ?></code></p>
+ <code>wpmu version: <?php echo $wpmu_version ?></code></p>
<?php
}