diff --git src/wp-includes/js/media-models.js src/wp-includes/js/media-models.js
index cba928d..21c18a0 100644
|
|
|
window.wp = window.wp || {}; |
| 7 | 7 | /** |
| 8 | 8 | * Create and return a media frame. |
| 9 | 9 | * |
| 10 | | * Handles the default media experience. Automatically creates |
| 11 | | * and opens a media frame, and returns the result. |
| 12 | | * Does nothing if the controllers do not exist. |
| | 10 | * Handles the default media experience. |
| 13 | 11 | * |
| 14 | 12 | * @param {object} attributes The properties passed to the main media controller. |
| 15 | 13 | * @return {wp.media.view.MediaFrame} A media workflow. |