diff --git a/wp-admin/install.php b/wp-admin/install.php index f8237fcedb..11a1ab1e89 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -164,7 +164,7 @@ function display_setup_form( $error = null ) { diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 18db41b12a..91b16b0738 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -491,7 +491,7 @@ if ( $show_password_fields ) : diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 0cc357c102..fd3efdbee8 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -425,7 +425,7 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 8cf2b74ae9..9bc25cf04d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33418'; +$wp_version = '4.3-beta4-33419'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.