summaryrefslogtreecommitdiffstats
path: root/wp-admin/options-general.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-26 14:35:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-26 14:35:15 +0000
commitf45de942735813e744d2e4a8eef71df673551f85 (patch)
treee4222fb03b6f817e194fc4ee1de65bc09d6c521c /wp-admin/options-general.php
parentdf18690100659ba3b1f136b2a0fde8a4b5710935 (diff)
downloadwordpress-mu-f45de942735813e744d2e4a8eef71df673551f85.tar.gz
wordpress-mu-f45de942735813e744d2e4a8eef71df673551f85.tar.xz
wordpress-mu-f45de942735813e744d2e4a8eef71df673551f85.zip
Private blog text fixes (fixes #164)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@766 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/options-general.php')
-rw-r--r--wp-admin/options-general.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php
index 1e6ebef..5ede391 100644
--- a/wp-admin/options-general.php
+++ b/wp-admin/options-general.php
@@ -24,11 +24,6 @@ include('./admin-header.php');
<?php _e('In a few words, explain what this weblog is about.') ?></td>
</tr>
<tr valign="top">
-<th scope="row"><?php _e('Search Engines:') ?> </th>
-<td><label><input type="checkbox" name="blog_public" value="1" <?php checked('1', $current_blog->public); ?> /> <?php _e('I would like my blog to appear in search engines like Google and Technorati, and in public listings around WordPress.com.'); ?></label> (<a href="http://wordpress.com/blog/2006/01/29/a-little-privacy/">more</a>)
-</td>
-</tr>
-<tr valign="top">
<th scope="row"><?php _e('Membership:') ?></th>
<td> <label for="comment_registration">
<input name="comment_registration" type="checkbox" id="comment_registration" value="1" <?php checked('1', get_option('comment_registration')); ?> />