Remove non-functioning and misleading "Privacy" label on install. fixes #5012

git-svn-id: http://svn.automattic.com/wordpress/trunk@6140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-09-19 21:45:23 +00:00
parent 4f6b825b8b
commit 315a28c4b5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ switch($step) {
<td><input name="admin_email" type="text" id="admin_email" size="25" /></td>
</tr>
<tr>
<th scope="row" valign="top"> <?php __('Privacy:'); ?></th>
<td>&nbsp;</td>
<td><label><input type="checkbox" name="blog_public" value="1" checked="checked" /> <?php _e('Allow my blog to appear in search engines like Google and Technorati.'); ?></label></td>
</tr>
</table>