Changeset 33428
- Timestamp:
- 07/26/2015 06:17:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mce-view.js
r33426 r33428 726 726 * and a view for embeddable URLs. 727 727 */ 728 ( function( window, views, media ) {728 ( function( window, views, media, $ ) { 729 729 var base, gallery, av, embed; 730 730 … … 904 904 } 905 905 } ) ); 906 } )( window, window.wp.mce.views, window.wp.media );906 } )( window, window.wp.mce.views, window.wp.media, window.jQuery );
Note: See TracChangeset
for help on using the changeset viewer.