Remove incorrect documentation for `wp.media()`.

props ericlewis.
fixes #30090.
Built from https://develop.svn.wordpress.org/trunk@30556


git-svn-id: http://core.svn.wordpress.org/trunk@30545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-11-24 23:12:22 +00:00
parent f5e4c9ee04
commit 5742174ba8
2 changed files with 2 additions and 4 deletions

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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30555';
$wp_version = '4.1-beta2-30556';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.