diff --git a/wp-admin/js/postbox.js b/wp-admin/js/postbox.js index 4d02889483..2b93444117 100644 --- a/wp-admin/js/postbox.js +++ b/wp-admin/js/postbox.js @@ -368,7 +368,7 @@ } ).on( 'screen:options:close', function() { $body.removeClass( 'screen-options-open' ); $( '.meta-box-sortables' ).sortable( 'destroy' ); - postboxes.hideArrangeArrows() + postboxes.hideArrangeArrows(); } ); }, diff --git a/wp-includes/version.php b/wp-includes/version.php index f7fba92d8a..da9d6cf0de 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49179'; +$wp_version = '5.6-alpha-49180'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.