summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-content
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-12-01 15:52:20 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-12-01 15:52:20 +0000
commit3d3939f2d6bab278d78f94f8659434b614862aeb (patch)
treedb8cb66facf4a4640444ffde5c4edf5da7148c5d /wp-inst/wp-content
parent6a54f94f3683141d63dc94cea3bf26b336f47a05 (diff)
downloadwordpress-mu-3d3939f2d6bab278d78f94f8659434b614862aeb.tar.gz
wordpress-mu-3d3939f2d6bab278d78f94f8659434b614862aeb.tar.xz
wordpress-mu-3d3939f2d6bab278d78f94f8659434b614862aeb.zip
Typo (Niall)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@456 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-content')
-rw-r--r--wp-inst/wp-content/themes/home/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-content/themes/home/home.php b/wp-inst/wp-content/themes/home/home.php
index e2e4c49..f52d20b 100644
--- a/wp-inst/wp-content/themes/home/home.php
+++ b/wp-inst/wp-content/themes/home/home.php
@@ -4,7 +4,7 @@
<h2><?php echo $current_site->site_name ?></h2>
<p>This is a <a href="http://mu.wordpress.org/">WordPress Mu</a> powered site.</p>
- <p>You can: <ul><li> <a href="wp-login.php">Login</a> </li><li> <a href="wp-newblog.php">Create a new blog</a></li><li> Edit thie file at <code>wp-content/themes/home/home.php</code> with your favourite text editor and customize this screen.</li></ul></p>
+ <p>You can: <ul><li> <a href="wp-login.php">Login</a> </li><li> <a href="wp-newblog.php">Create a new blog</a></li><li> Edit this file at <code>wp-content/themes/home/home.php</code> with your favourite text editor and customize this screen.</li></ul></p>
<?php if( constant( "VHOST" ) == 'no' ) :?>
<h3>Virtual Hosts</h3>
<p>As you are not using virtual hosts, it is not possible to post anything to this primary blog because the URLs of your posts could potentially conflict with weblogs living at this site. Please consider using virtual hosts as <a href="http://mu.wordpress.org/forums/topic/99">described here</a> instead so that your website will have http://blogname.<?php echo $_SERVER[ 'HTTP_HOST' ] ?>/ format addresses instead of http://<?php echo $_SERVER[ 'HTTP_HOST' ] ?>/blogname/ format.</p>