diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index b12f0f1d50..b5ec0aaf2e 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -442,7 +442,15 @@ if ( ! empty( $invalid ) ) { if ( is_wp_error($delete_result) ) : ?>

get_error_message() ); ?>

-

deleted.'); ?>

+
+

+ deleted.', + 'The selected plugins have been deleted.', + $plugins_to_delete ); + ?> +

+

activated.') ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index d78634d777..489f7b160f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34474'; +$wp_version = '4.4-alpha-34475'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.