Changeset 1302

Show
Ignore:
Timestamp:
05/22/08 14:05:28 (5 months ago)
Author:
donncha
Message:

Use the correct version variable! props isforinsects on #wpmu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/index-install.php

    r1300 r1302  
    353353 
    354354function step3() { 
    355         global $wpdb, $current_site, $dirs, $wp_version; 
     355        global $wpdb, $current_site, $dirs, $wpmu_version; 
    356356        $base = stripslashes( dirname( $_SERVER["SCRIPT_NAME"] ) ); 
    357357        if( $base != "/") { 
     
    441441         
    442442        Donncha<br /> 
    443         <code>wpmu version: <?php echo $wp_version ?></code></p> 
     443        <code>wpmu version: <?php echo $wpmu_version ?></code></p> 
    444444        <?php 
    445445}