mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 23:25:50 +01:00
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
|
* @requires jQuery
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* global ajaxurl, _wpMediaGridSettings, showNotice, findPosts */
|
/* global ajaxurl, _wpMediaGridSettings, showNotice, findPosts, ClipboardJS */
|
||||||
|
|
||||||
( function( $ ){
|
( function( $ ){
|
||||||
window.findPosts = {
|
window.findPosts = {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user