mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Coding Standards: Fix missing semicolon after [56009].
See #40966. git-svn-id: https://develop.svn.wordpress.org/trunk@56010 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
37494b0a4f
commit
a259766796
@ -2475,7 +2475,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
$itemRow.addClass( 'is-enqueued' )
|
||||
$itemRow.addClass( 'is-enqueued' );
|
||||
|
||||
// Add it to the queue.
|
||||
wp.updates.queue.push( {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user