From a2577854e65f3f143b799f3b5b4c10d1d9750c9e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Mar 2019 18:38:51 +0000 Subject: [PATCH] Site Health: Declare `ClipboardJS` global to fix JSHint issue. See #46647. Built from https://develop.svn.wordpress.org/trunk@45055 git-svn-id: http://core.svn.wordpress.org/trunk@44864 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/site-health.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/js/site-health.js b/wp-admin/js/site-health.js index 140c5c1e37..243124fc4d 100644 --- a/wp-admin/js/site-health.js +++ b/wp-admin/js/site-health.js @@ -4,7 +4,7 @@ * @output wp-admin/js/site-health.js */ -/* global ajaxurl, SiteHealth, wp */ +/* global ajaxurl, ClipboardJS, SiteHealth, wp */ jQuery( document ).ready( function( $ ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 556899befa..407e84e64e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45054'; +$wp_version = '5.2-beta1-45055'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.