summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-04-05 16:44:37 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-04-05 16:44:37 +0000
commit0964bc70d7bf124be8bb8d1e8579fedd6f310802 (patch)
tree921bb0a44b0810048497c8a17a4aa9e2a2e858af /index-install.php
parentebe7470b3e7d6b61a66133eb2564f4995998aa77 (diff)
downloadwordpress-mu-0964bc70d7bf124be8bb8d1e8579fedd6f310802.tar.gz
wordpress-mu-0964bc70d7bf124be8bb8d1e8579fedd6f310802.tar.xz
wordpress-mu-0964bc70d7bf124be8bb8d1e8579fedd6f310802.zip
My new site
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@956 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index-install.php b/index-install.php
index 2563afe..a2ccd8a 100644
--- a/index-install.php
+++ b/index-install.php
@@ -227,7 +227,7 @@ function step1() {
}
function printstep1form( $dbname = 'wordpress', $uname = 'username', $pwd = 'password', $dbhost = 'localhost', $vhost = 'yes', $prefix = 'wp_' ) {
- $weblog_title = 'My new WPMU Blog';
+ $weblog_title = 'My new WPMU Site';
$email = '';
$hostname = $_SERVER[ 'HTTP_HOST' ];
if( substr( $_SERVER[ 'HTTP_HOST' ], 0, 4 ) == 'www.' )
@@ -263,12 +263,12 @@ function printstep1form( $dbname = 'wordpress', $uname = 'username', $pwd = 'pas
</table>
<h2>Server Address</h2>
<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>
- <h2>Blog Details</h2>
+ <h2>Site Details</h2>
<table width='100%'>
<tr>
- <th scope='row'>Weblog&nbsp;Title</th>
+ <th scope='row'>Site&nbsp;Title</th>
<td><input name='weblog_title' type='text' size='45' value='<?php echo $weblog_title ?>' /></td>
- <td>What would you like to call your weblog? </td>
+ <td>What would you like to call your site? </td>
</tr>
<tr>
<th scope='row'>Email</th>