Changeset 31090 for trunk/src/wp-admin/install.php
- Timestamp:
- 01/08/2015 07:04:40 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r30855 r31090 255 255 display_setup_form( __( 'Your passwords do not match. Please try again.' ) ); 256 256 $error = true; 257 } else if ( empty( $admin_email ) ) {257 } elseif ( empty( $admin_email ) ) { 258 258 // TODO: poka-yoke 259 259 display_setup_form( __( 'You must provide an email address.' ) );
Note: See TracChangeset
for help on using the changeset viewer.