Make WordPress Core


Ignore:
Timestamp:
04/30/2010 03:17:49 AM (15 years ago)
Author:
nacin
Message:

s/blog/site/ in even more places. props PeteMall, see #11644.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r14265 r14315  
    9595    <table class="form-table">
    9696        <tr>
    97             <th scope="row"><label for="weblog_title"><?php _e( 'Blog Title' ); ?></label></th>
     97            <th scope="row"><label for="weblog_title"><?php _e( 'Site Title' ); ?></label></th>
    9898            <td><input name="weblog_title" type="text" id="weblog_title" size="25" value="<?php echo esc_attr( $weblog_title ); ?>" /></td>
    9999        </tr>
     
    131131        </tr>
    132132        <tr>
    133             <td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow my blog 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 Technorati.' ); ?></label></td>
    134134        </tr>
    135135    </table>
Note: See TracChangeset for help on using the changeset viewer.