Make WordPress Core

Ticket #19355: 19355.diff

File 19355.diff, 851 bytes (added by Zeo, 14 years ago)
  • wp-admin/install.php

     
    131131                </tr>
    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>
    137137        <p class="step"><input type="submit" name="Submit" value="<?php esc_attr_e( 'Install WordPress' ); ?>" class="button" /></p>