Make WordPress Core

Ticket #19355: 19355.2.diff

File 19355.2.diff, 1.6 KB (added by mbijon, 14 years ago)

Repeats language on both install & signup pages

  • 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>
  • wp-signup.php

     
    9595        <div id="privacy">
    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">
    101101                <input type="radio" id="blog_public_on" name="blog_public" value="1" <?php if ( !isset( $_POST['blog_public'] ) || $_POST['blog_public'] == '1' ) { ?>checked="checked"<?php } ?> />