Script Loader: Add missing semicolon.
Fixes #46131. Built from https://develop.svn.wordpress.org/trunk@44709 git-svn-id: http://core.svn.wordpress.org/trunk@44540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9531bd8378
commit
8af55f1578
|
@ -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 );',
|
||||
'} )()',
|
||||
'} )();',
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-beta2-44708';
|
||||
$wp_version = '5.1-beta2-44709';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue