Changeset 3548 for trunk/wp-admin/options-general.php
- Timestamp:
- 02/18/2006 07:40:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r3541 r3548 22 22 <?php _e('In a few words, explain what this weblog is about.') ?></td> 23 23 </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> 24 29 <tr valign="top"> 25 30 <th scope="row"><?php _e('WordPress address (URI):') ?></th> … … 102 107 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /> 103 108 <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" /> 105 110 </p> 106 111 </form>
Note: See TracChangeset
for help on using the changeset viewer.