Coding Standards: Fix missing semicolon after [56009].

See #40966.



Built from https://develop.svn.wordpress.org/trunk@56010


git-svn-id: http://core.svn.wordpress.org/trunk@55522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-06-24 04:10:23 +00:00
parent c77c814942
commit 3c84117a95
2 changed files with 2 additions and 2 deletions

View File

@ -2475,7 +2475,7 @@
return;
}
$itemRow.addClass( 'is-enqueued' )
$itemRow.addClass( 'is-enqueued' );
// Add it to the queue.
wp.updates.queue.push( {

View File

@ -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.