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:
parent
658f4e9367
commit
8fdb20e0f8
|
@ -10,7 +10,7 @@
|
|||
* @requires jQuery
|
||||
*/
|
||||
|
||||
/* global ajaxurl, _wpMediaGridSettings, showNotice, findPosts */
|
||||
/* global ajaxurl, _wpMediaGridSettings, showNotice, findPosts, ClipboardJS */
|
||||
|
||||
( function( $ ){
|
||||
window.findPosts = {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue