Changeset 14315 for trunk/wp-admin/install.php
- Timestamp:
- 04/30/2010 03:17:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r14265 r14315 95 95 <table class="form-table"> 96 96 <tr> 97 <th scope="row"><label for="weblog_title"><?php _e( ' BlogTitle' ); ?></label></th>97 <th scope="row"><label for="weblog_title"><?php _e( 'Site Title' ); ?></label></th> 98 98 <td><input name="weblog_title" type="text" id="weblog_title" size="25" value="<?php echo esc_attr( $weblog_title ); ?>" /></td> 99 99 </tr> … … 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 blogto 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 Technorati.' ); ?></label></td> 134 134 </tr> 135 135 </table>
Note: See TracChangeset
for help on using the changeset viewer.