Changeset 13508 for trunk/src/bp-core/classes/class-bp-media-extractor.php
- Timestamp:
- 07/01/2023 11:31:52 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-media-extractor.php
r13500 r13508 642 642 643 643 foreach ( $links['links'] as $link ) { 644 $path = parse_url( $link['url'], PHP_URL_PATH );644 $path = (string) wp_parse_url( $link['url'], PHP_URL_PATH ); 645 645 646 646 // Check this URL's file extension matches that of an accepted audio format.
Note: See TracChangeset
for help on using the changeset viewer.