mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Use correct closing tag.
props eligijus, TobiasBg. fixes #32205. Built from https://develop.svn.wordpress.org/trunk@32328 git-svn-id: http://core.svn.wordpress.org/trunk@32299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
af6b4cba24
commit
5a0f970b2e
@ -156,7 +156,7 @@ if ( ! empty( $messages ) ) {
|
||||
<td><input name="blog[title]" type="text" class="regular-text" id="site-title" /></td>
|
||||
</tr>
|
||||
<tr class="form-field form-required">
|
||||
<th scope="row"><label for="admin-email"><?php _e( 'Admin Email' ) ?></label></td>
|
||||
<th scope="row"><label for="admin-email"><?php _e( 'Admin Email' ) ?></label></th>
|
||||
<td><input name="blog[email]" type="email" class="regular-text wp-suggest-user" id="admin-email" data-autocomplete-type="search" data-autocomplete-field="user_email" /></td>
|
||||
</tr>
|
||||
<tr class="form-field">
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32327';
|
||||
$wp_version = '4.3-alpha-32328';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user