Changeset 19794
- Timestamp:
- 01/30/2012 08:51:00 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r19593 r19794 132 132 <tr> 133 133 <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> 135 135 </tr> 136 136 </table> -
trunk/wp-signup.php
r19593 r19794 96 96 <p class="privacy-intro"> 97 97 <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.' ); ?> 99 99 <br style="clear:both" /> 100 100 <label class="checkbox" for="blog_public_on">
Note: See TracChangeset
for help on using the changeset viewer.