diff --git a/wp-admin/js/updates.js b/wp-admin/js/updates.js index 1afe27d81a..0259078765 100644 --- a/wp-admin/js/updates.js +++ b/wp-admin/js/updates.js @@ -2475,7 +2475,7 @@ return; } - $itemRow.addClass( 'is-enqueued' ) + $itemRow.addClass( 'is-enqueued' ); // Add it to the queue. wp.updates.queue.push( { diff --git a/wp-includes/version.php b/wp-includes/version.php index e6c6f7598f..8422b42771 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-56009'; +$wp_version = '6.3-alpha-56010'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.