From e0537392c1f239bb0087ea2a3c16cc654dd28c94 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 26 Mar 2015 18:02:05 +0000 Subject: [PATCH] Remove Shiny Plugin Install strings See #31773, #29820 git-svn-id: https://develop.svn.wordpress.org/trunk@31901 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/script-loader.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php index b6a3028bc9..e41776ae25 100644 --- a/src/wp-includes/script-loader.php +++ b/src/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.' ), ) ) );