Styling updates for settings. see #5851

git-svn-id: https://develop.svn.wordpress.org/trunk@6841 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-14 05:19:39 +00:00
parent f4cfccdd53
commit dc6940e348
7 changed files with 58 additions and 40 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ include('./admin-header.php');
<?php wp_nonce_field('update-options') ?>
<table class="niceblue">
<tr valign="top">
<th scope="row"><?php _e('Blog visibility:') ?> </th>
<th scope="row"><?php _e('Blog Visibility') ?> </th>
<td>
<p><input id="blog-public" type="radio" name="blog_public" value="1" <?php checked('1', get_option('blog_public')); ?> />
<label for="blog-public"><?php _e('I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers');?></label></p>