s/website/network/ on the network settings screen. props Ipstenu, fixes #20314.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
80eb4cbe9b
commit
2dd485a823
|
@ -125,7 +125,7 @@ if ( isset( $_GET['updated'] ) ) {
|
||||||
<td>
|
<td>
|
||||||
<input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo esc_attr( $current_site->site_name ) ?>" />
|
<input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo esc_attr( $current_site->site_name ) ?>" />
|
||||||
<br />
|
<br />
|
||||||
<?php _e( 'What you would like to call this website.' ) ?>
|
<?php _e( 'What you would like to call this network.' ) ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue