From ee96f935588a2e7be6282a019847fb02e53be9e2 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 17 Oct 2020 12:34:08 +0000 Subject: [PATCH] Administration: Fix a coding standards issue after [49179]. See #50699 Built from https://develop.svn.wordpress.org/trunk@49180 git-svn-id: http://core.svn.wordpress.org/trunk@48942 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/postbox.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.