Make WordPress Core

Changeset 19794


Ignore:
Timestamp:
01/30/2012 08:51:00 PM (13 years ago)
Author:
ryan
Message:

Remove references to specific search engines. fixes #18605

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r19593 r19794  
    132132        <tr>
    133133            <th scope="row"><label for="blog_public"><?php _e( 'Privacy' ); ?></label></th>
    134             <td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow my site to appear in search engines like Google and Technorati.' ); ?></label></td>
     134            <td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow search engines to index this site.' ); ?></label></td>
    135135        </tr>
    136136    </table>
  • trunk/wp-signup.php

    r19593 r19794  
    9696        <p class="privacy-intro">
    9797            <label for="blog_public_on"><?php _e('Privacy:') ?></label>
    98             <?php _e('Allow my site to appear in search engines like Google, Technorati, and in public listings around this network.'); ?>
     98            <?php _e( 'Allow search engines to index this site.' ); ?>
    9999            <br style="clear:both" />
    100100            <label class="checkbox" for="blog_public_on">
Note: See TracChangeset for help on using the changeset viewer.