Ticket #18605: technorati.diff
| File technorati.diff, 1.7 KB (added by , 15 years ago) |
|---|
-
wp-signup.php
99 99 <div id="privacy"> 100 100 <p class="privacy-intro"> 101 101 <label for="blog_public_on"><?php _e('Privacy:') ?></label> 102 <?php _e('Allow my site to appear in search engines like Google, Technorati, and in public listings around this network.'); ?>102 <?php _e('Allow my site to appear in search engines like Google, Bing, and in public listings around this network.'); ?> 103 103 <br style="clear:both" /> 104 104 <label class="checkbox" for="blog_public_on"> 105 105 <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 } ?> /> -
wp-admin/install.php
130 130 <p><?php _e( 'Double-check your email address before continuing.' ); ?></p></td> 131 131 </tr> 132 132 <tr> 133 <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>133 <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 Bing.' ); ?></label></td> 134 134 </tr> 135 135 </table> 136 136 <p class="step"><input type="submit" name="Submit" value="<?php esc_attr_e( 'Install WordPress' ); ?>" class="button" /></p>