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:
parent
f5e4c9ee04
commit
5742174ba8
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue