diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index a7f0e96d46..ccbab40463 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -347,8 +347,8 @@ switch ( $step ) { $key = 0; foreach ( $config_file as $line_num => $line ) { - if ( '$table_prefix =' == substr( $line, 0, 16 ) ) { - $config_file[ $line_num ] = '$table_prefix = \'' . addcslashes( $prefix, "\\'" ) . "';\r\n"; + if ( '$table_prefix =' == substr( $line, 0, 16 ) ) { + $config_file[ $line_num ] = '$table_prefix = \'' . addcslashes( $prefix, "\\'" ) . "';\r\n"; continue; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 43194034c4..e97f37c29e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43647'; +$wp_version = '5.0-alpha-43650'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.