Changes between Initial Version and Version 1 of Ticket #40808, comment 9
- Timestamp:
- 05/19/2017 11:20:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40808, comment 9
initial v1 9 9 return true; 10 10 } 11 return isHostedVideo.call( this, props);11 return isHostedVideo.call( this, url ); 12 12 }; 13 13 }( wp.mediaWidgets.controlConstructors.media_video.prototype.isHostedVideo ));