diff --git a/src/wp-includes/js/media-models.js b/src/wp-includes/js/media-models.js index c8b9b3f0ec..84bb02fa05 100644 --- a/src/wp-includes/js/media-models.js +++ b/src/wp-includes/js/media-models.js @@ -7,9 +7,7 @@ window.wp = window.wp || {}; /** * Create and return a media frame. * - * Handles the default media experience. Automatically creates - * and opens a media frame, and returns the result. - * Does nothing if the controllers do not exist. + * Handles the default media experience. * * @param {object} attributes The properties passed to the main media controller. * @return {wp.media.view.MediaFrame} A media workflow.