Make WordPress Core

Changeset 11855


Ignore:
Timestamp:
08/20/2009 08:58:44 PM (16 years ago)
Author:
ryan
Message:

Remove Sphere from search list. Props niallkennedy. fixes #10637

File:
1 edited

Legend:

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

    r11761 r11855  
    3131<td><fieldset><legend class="screen-reader-text"><span><?php _e('Blog Visibility') ?> </span></legend>
    3232<p><input id="blog-public" type="radio" name="blog_public" value="1" <?php checked('1', get_option('blog_public')); ?> />
    33 <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>
     33<label for="blog-public"><?php _e('I would like my blog to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers');?></label></p>
    3434<p><input id="blog-norobots" type="radio" name="blog_public" value="0" <?php checked('0', get_option('blog_public')); ?> />
    3535<label for="blog-norobots"><?php _e('I would like to block search engines, but allow normal visitors'); ?></label></p>
Note: See TracChangeset for help on using the changeset viewer.