diff options
| -rw-r--r-- | wp-inst/wp-admin/options-general.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/wp-inst/wp-admin/options-general.php b/wp-inst/wp-admin/options-general.php index e9375a0..91ac1d7 100644 --- a/wp-inst/wp-admin/options-general.php +++ b/wp-inst/wp-admin/options-general.php @@ -23,14 +23,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('Language:') ?> </th> -<td><select name="language"><?php language_dropdown( get_option('language') ); ?></select> -<br /> -<?php _e('Language this blog is primarily written in.') ?><br /> -<?php _e('In the future, you will be able to modify the interface language in your profile.') ?> -</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> |
