Changeset 956

Show
Ignore:
Timestamp:
04/05/07 16:44:37 (2 years ago)
Author:
donncha
Message:

My new site

Files:

Legend:

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

    r917 r956  
    228228 
    229229function printstep1form( $dbname = 'wordpress', $uname = 'username', $pwd = 'password', $dbhost = 'localhost', $vhost = 'yes', $prefix = 'wp_' ) { 
    230         $weblog_title = 'My new WPMU Blog'; 
     230        $weblog_title = 'My new WPMU Site'; 
    231231        $email = ''; 
    232232        $hostname = $_SERVER[ 'HTTP_HOST' ]; 
     
    264264  <h2>Server Address</h2> 
    265265  <p><label>What is the Internet address of your site? You should enter the shortest address possible. For example, use <em>example.com</em> instead of <em>www.example.com</em> but if you are going to use an address like <em>blogs.example.com</em> then enter that unaltered in the box below.<br /><b>Server Address:</b> <input type='text' name='basedomain' value='<?php echo $hostname ?>'></label></p> 
    266   <h2>Blog Details</h2> 
     266  <h2>Site Details</h2> 
    267267  <table width='100%'>  
    268268  <tr>  
    269   <th scope='row'>Weblog&nbsp;Title</th>  
     269  <th scope='row'>Site&nbsp;Title</th>  
    270270  <td><input name='weblog_title' type='text' size='45' value='<?php echo $weblog_title ?>' /></td>  
    271   <td>What would you like to call your weblog? </td>  
     271  <td>What would you like to call your site? </td>  
    272272  </tr>  
    273273  <tr>