Media: Note ClipboardJS as a global in /js/_enqueues/admin/media.js.

Follow-up to [52842].

See #54426.
Built from https://develop.svn.wordpress.org/trunk@52843


git-svn-id: http://core.svn.wordpress.org/trunk@52432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
davidbaumwald 2022-03-10 18:43:02 +00:00
parent 658f4e9367
commit 8fdb20e0f8
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* @requires jQuery
*/
/* global ajaxurl, _wpMediaGridSettings, showNotice, findPosts */
/* global ajaxurl, _wpMediaGridSettings, showNotice, findPosts, ClipboardJS */
( function( $ ){
window.findPosts = {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52842';
$wp_version = '6.0-alpha-52843';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.