JSHint for [33426]

Oops. :|

See #33096.

Built from https://develop.svn.wordpress.org/trunk@33428


git-svn-id: http://core.svn.wordpress.org/trunk@33395 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ella Iseulde Van Dorpe 2015-07-26 18:18:24 +00:00
parent d8eaaf66df
commit 63dc60ee7b
3 changed files with 4 additions and 4 deletions

View File

@ -725,7 +725,7 @@
* Views for the gallery, audio, video, playlist and embed shortcodes,
* and a view for embeddable URLs.
*/
( function( window, views, media ) {
( function( window, views, media, $ ) {
var base, gallery, av, embed;
base = {
@ -903,4 +903,4 @@
}
}
} ) );
} )( window, window.wp.mce.views, window.wp.media );
} )( window, window.wp.mce.views, window.wp.media, window.jQuery );

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33427';
$wp_version = '4.3-beta4-33428';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.