mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 22:56:19 +01:00
Remove Shiny Plugin Install strings
See #31773, #29820 Built from https://develop.svn.wordpress.org/trunk@31901 git-svn-id: http://core.svn.wordpress.org/trunk@31880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4c05e8c71c
commit
48db232317
@ -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.' ),
|
||||
)
|
||||
) );
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user