Update WP and plugins
This commit is contained in:
parent
10a4713229
commit
1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions
|
@ -1,5 +1,8 @@
|
|||
/* global pluploadL10n, plupload, _wpPluploadSettings */
|
||||
|
||||
/**
|
||||
* @namespace wp
|
||||
*/
|
||||
window.wp = window.wp || {};
|
||||
|
||||
( function( exports, $ ) {
|
||||
|
@ -16,6 +19,10 @@ window.wp = window.wp || {};
|
|||
* This object bridges the Plupload API to integrate uploads into the
|
||||
* WordPress back end and the WordPress media experience.
|
||||
*
|
||||
* @class
|
||||
* @memberOf wp
|
||||
* @alias wp.Uploader
|
||||
*
|
||||
* @param {object} options The options passed to the new plupload instance.
|
||||
* @param {object} options.container The id of uploader container.
|
||||
* @param {object} options.browser The id of button to trigger the file select.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue