Changeset 27000
- Timestamp:
- 01/22/2014 05:16:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-editor.js
r26990 r27000 13 13 /** 14 14 * wp.media.string 15 * @namespace 15 16 */ 16 17 wp.media.string = { … … 20 21 * attachment's type. 21 22 * 22 * @global wp.media.view.settings .defaultProps23 * 24 * @param {Object} propsAttachment details (align, link, size, etc).23 * @global wp.media.view.settings 24 * 25 * @param {Object} [props={}] Attachment details (align, link, size, etc). 25 26 * @param {Object} attachment The attachment object, media version of Post. 26 27 * @returns {Object} Joined props … … 275 276 /** 276 277 * wp.media.gallery 277 * 278 * @type {Object} 278 * @namespace 279 279 */ 280 280 wp.media.gallery = (function() { … … 502 502 /** 503 503 * wp.media.featuredImage 504 * @namespace 504 505 */ 505 506 wp.media.featuredImage = { … … 611 612 /** 612 613 * wp.media.editor 614 * @namespace 613 615 */ 614 616 wp.media.editor = { … … 884 886 /** 885 887 * @param {string} id 886 * @param {Object} options888 * @param {Object} [options={}] 887 889 * 888 890 * @this wp.media.editor
Note: See TracChangeset
for help on using the changeset viewer.