Changeset 29206 for trunk/src/wp-admin/install.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r29030 r29206 223 223 $admin_email = isset( $_POST['admin_email'] ) ?trim( wp_unslash( $_POST['admin_email'] ) ) : ''; 224 224 $public = isset( $_POST['blog_public'] ) ? (int) $_POST['blog_public'] : 0; 225 // check e-mail address 225 226 // Check e-mail address. 226 227 $error = false; 227 228 if ( empty( $user_name ) ) {
Note: See TracChangeset
for help on using the changeset viewer.