Changeset 31387
- Timestamp:
- 02/09/2015 06:44:32 PM (10 years ago)
- Location:
- trunk/src/wp-includes/js/media
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media/audio-video.js
r31385 r31387 48 48 49 49 if ( 'native' !== t.media.pluginType ) { 50 t. media.remove();50 t.$media.remove(); 51 51 } 52 52 -
trunk/src/wp-includes/js/media/audio-video.manifest.js
r31385 r31387 47 47 48 48 if ( 'native' !== t.media.pluginType ) { 49 t. media.remove();49 t.$media.remove(); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.