Changeset 57275 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php
- Timestamp:
- 01/12/2024 07:10:28 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php
r55988 r57275 47 47 48 48 // Only get video from the content if a playlist isn't present. 49 if ( ! str_contains( $content, 'wp-playlist-script' ) ) {49 if ( false === strpos( $content, 'wp-playlist-script' ) ) { 50 50 $video = get_media_embedded_in_content( $content, array( 'video', 'object', 'embed', 'iframe' ) ); 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.