wp_print_media_templates() does not take an argument.
git-svn-id: https://develop.svn.wordpress.org/trunk@22884 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
92e85f9957
commit
6b911fa633
@ -1496,7 +1496,7 @@ function wp_enqueue_media( $args = array() ) {
|
|||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.5.0
|
||||||
*/
|
*/
|
||||||
function wp_print_media_templates( $attachment ) {
|
function wp_print_media_templates() {
|
||||||
?>
|
?>
|
||||||
<script type="text/html" id="tmpl-media-frame">
|
<script type="text/html" id="tmpl-media-frame">
|
||||||
<div class="media-frame-menu"></div>
|
<div class="media-frame-menu"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user