Ticket #19355: 19355.diff
File 19355.diff, 851 bytes (added by , 14 years ago) |
---|
-
wp-admin/install.php
131 131 </tr> 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> 137 137 <p class="step"><input type="submit" name="Submit" value="<?php esc_attr_e( 'Install WordPress' ); ?>" class="button" /></p>