diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index b6a3028bc9..e41776ae25 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -525,14 +525,8 @@ function wp_default_scripts( &$scripts ) { 'updating' => __( 'Updating...' ), 'updated' => __( 'Updated!' ), 'updateFailed' => __( 'Update failed' ), - 'installNow' => __( 'Install Now' ), - 'installing' => __( 'Installing...' ), - 'installed' => __( 'Installed!' ), - 'installFailed' => __( 'Installation failed' ), 'updatingMsg' => __( 'Updating... please wait.' ), - 'installingMsg' => __( 'Installing... please wait.' ), 'updatedMsg' => __( 'Update completed successfully.' ), - 'installedMsg' => __( 'Installation completed successfully.' ), ) ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index f530dc20fe..ac1c8af4a7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta2-31900'; +$wp_version = '4.2-beta2-31901'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.