Ticket #31131: 31131.patch
| File 31131.patch, 665 bytes (added by , 11 years ago) |
|---|
-
wp-admin/install.php
143 143 <p><?php _e( 'Double-check your email address before continuing.' ); ?></p></td> 144 144 </tr> 145 145 <tr> 146 <th scope="row">< label for="blog_public"><?php _e( 'Privacy' ); ?></label></th>146 <th scope="row"><?php _e( 'Privacy' ); ?></th> 147 147 <td colspan="2"><label><input type="checkbox" name="blog_public" id="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow search engines to index this site.' ); ?></label></td> 148 148 </tr> 149 149 </table>