diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index b889cf5351..d0fd4a3e8b 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -79,7 +79,7 @@ function wp_default_scripts( &$scripts ) { $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils', 'list-table'), false, 1 ); did_action( 'init' ) && $scripts->localize( 'common', 'commonL10n', array( - 'warnDelete' => __( "You are about to permanently delete the selected items.\n 'Cancel' to stop, 'OK' to delete." ), + 'warnDelete' => __( "You are about to permanently delete these items.\n 'Cancel' to stop, 'OK' to delete." ), 'dismiss' => __( 'Dismiss this notice.' ), ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index f55a2dc738..8aac8ed354 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35229'; +$wp_version = '4.4-alpha-35230'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.