Make WordPress Core


Ignore:
Timestamp:
03/26/2015 06:02:05 PM (11 years ago)
Author:
jorbin
Message:

Remove Shiny Plugin Install strings

See #31773, #29820

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r31875 r31901  
    526526                                'updated'       => __( 'Updated!' ),
    527527                                'updateFailed'  => __( 'Update failed' ),
    528                                 'installNow'    => __( 'Install Now' ),
    529                                 'installing'    => __( 'Installing...' ),
    530                                 'installed'     => __( 'Installed!' ),
    531                                 'installFailed' => __( 'Installation failed' ),
    532528                                'updatingMsg'   => __( 'Updating... please wait.' ),
    533                                 'installingMsg' => __( 'Installing... please wait.' ),
    534529                                'updatedMsg'    => __( 'Update completed successfully.' ),
    535                                 'installedMsg'  => __( 'Installation completed successfully.' ),
    536530                        )
    537531                ) );
Note: See TracChangeset for help on using the changeset viewer.