Remove incorrect documentation for wp.media().

props ericlewis.
fixes #30090.

git-svn-id: https://develop.svn.wordpress.org/trunk@30556 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-11-24 23:11:54 +00:00
parent 3ebd474750
commit bc53a39130

View File

@ -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.