Make WordPress Core


Ignore:
Timestamp:
02/18/2006 07:40:43 AM (19 years ago)
Author:
ryan
Message:

Blog privacy. fixes #2480

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r3541 r3548  
    2222<?php _e('In a few words, explain what this weblog is about.') ?></td>
    2323</tr>
     24<tr valign="top">
     25<th scope="row"><?php _e('Search Engines:') ?> </th>
     26<td><label><input type="checkbox" name="blog_public" value="1" <?php checked('1', get_option('blog_public')); ?> /> <?php _e('I would like my blog to appear in search engines like Google and Technorati.'); ?></label>
     27</td>
     28</tr>
    2429<tr valign="top">
    2530<th scope="row"><?php _e('WordPress address (URI):') ?></th>
     
    102107<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
    103108<input type="hidden" name="action" value="update" />
    104 <input type="hidden" name="page_options" value="blogname,blogdescription,siteurl,admin_email,users_can_register,gmt_offset,date_format,time_format,home,start_of_week,comment_registration,default_role" />
     109<input type="hidden" name="page_options" value="blogname,blogdescription,siteurl,admin_email,users_can_register,gmt_offset,date_format,time_format,home,start_of_week,comment_registration,default_role,blog_public" />
    105110</p>
    106111</form>
Note: See TracChangeset for help on using the changeset viewer.