Apply paragraph description class on wp-admin/network.php for consistency.
props Hanni. fixes #26264. Built from https://develop.svn.wordpress.org/trunk@26405 git-svn-id: http://core.svn.wordpress.org/trunk@26305 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
196f1b4647
commit
e93a99f1b5
|
@ -292,14 +292,18 @@ function network_step1( $errors = false ) {
|
|||
<th scope='row'><?php esc_html_e( 'Network Title' ); ?></th>
|
||||
<td>
|
||||
<input name='sitename' type='text' size='45' value='<?php echo esc_attr( $site_name ); ?>' />
|
||||
<br /><?php _e( 'What would you like to call your network?' ); ?>
|
||||
<p class="description">
|
||||
<?php _e( 'What would you like to call your network?' ); ?>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope='row'><?php esc_html_e( 'Admin E-mail Address' ); ?></th>
|
||||
<td>
|
||||
<input name='email' type='text' size='45' value='<?php echo esc_attr( $admin_email ); ?>' />
|
||||
<br /><?php _e( 'Your email address.' ); ?>
|
||||
<p class="description">
|
||||
<?php _e( 'Your email address.' ); ?>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue