Coding Standards: Fix JSHint issue in `js/_enqueues/lib/auth-check.js`

See #49573.
Built from https://develop.svn.wordpress.org/trunk@48339


git-svn-id: http://core.svn.wordpress.org/trunk@48108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-07-06 16:27:02 +00:00
parent b99cce4e7a
commit 5ad2cf365e
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
* @output wp-includes/js/wp-auth-check.js
*/
/* global adminpage */
( function( $ ) {
var wrap,
tempHidden,

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-48338';
$wp_version = '5.5-alpha-48339';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.