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

git-svn-id: https://develop.svn.wordpress.org/trunk@6140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-09-19 21:45:23 +00:00
parent c782de1531
commit 8e3759d314
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>