diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 57bad92a6d..df3bce7ae3 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -368,11 +368,14 @@ if ( $action ) {
deleted.' ); } else { _e( 'The selected plugins have been deleted.' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 23df1d9cd9..1aea78f83c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34590'; +$wp_version = '4.4-alpha-34591'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.