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:
Dominik Schilling 2019-01-28 21:59:49 +00:00
parent 9531bd8378
commit 8af55f1578
2 changed files with 2 additions and 2 deletions

View File

@ -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 );',
'} )()',
'} )();',
)
)
);

View File

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