Changeset 57291 for branches/6.4/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
- Timestamp:
- 01/16/2024 04:06:41 PM (12 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
r55988 r57291 47 47 48 48 // Only get audio 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 $audio = get_media_embedded_in_content( $content, array( 'audio' ) ); 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.