mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Script Loader: Add missing semicolon.
Fixes #46131. git-svn-id: https://develop.svn.wordpress.org/trunk@44709 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -529,7 +529,7 @@ function wp_default_packages_inline_scripts( &$scripts ) {
|
||||
' wp.data',
|
||||
' .use( wp.data.plugins.persistence, { storageKey: storageKey } )',
|
||||
' .use( wp.data.plugins.controls );',
|
||||
'} )()',
|
||||
'} )();',
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user