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:
parent
b99cce4e7a
commit
5ad2cf365e
|
@ -4,7 +4,6 @@
|
|||
* @output wp-includes/js/wp-auth-check.js
|
||||
*/
|
||||
|
||||
/* global adminpage */
|
||||
( function( $ ) {
|
||||
var wrap,
|
||||
tempHidden,
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue