diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-06-22 10:49:59 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-06-22 10:49:59 +0000 |
| commit | f3fd9b474d70e93c0aa5ea310c5121e6fd8d1281 (patch) | |
| tree | 8e9c6f0db81def29a28a730cc5512353f9a57202 | |
| parent | 0637b21e512e0ee8bca53bdb479bf35f8085fe41 (diff) | |
No need for this message, posting to main blog goes to blog/
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@588 7be80a69-a1ef-0310-a953-fb0f7c49ff36
| -rw-r--r-- | wp-inst/wp-content/themes/home/home.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/wp-inst/wp-content/themes/home/home.php b/wp-inst/wp-content/themes/home/home.php index 78ae476..358f4a1 100644 --- a/wp-inst/wp-content/themes/home/home.php +++ b/wp-inst/wp-content/themes/home/home.php @@ -15,11 +15,6 @@ if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?> <?php endwhile; ?><?php endif; ?>
</ul>
- <?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.</p>
- <?php endif; ?>
-
- </div>
+</div>
<?php get_footer(); ?>
|
