Changeset 59241
- Timestamp:
- 10/15/2024 10:22:42 PM (2 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r59141 r59241 482 482 foreach ( (array) $val as $enc ) { 483 483 $enclosure = explode( "\n", $enc ); 484 485 if ( count( $enclosure ) < 3 ) { 486 continue; 487 } 484 488 485 489 // Only get the first element, e.g. 'audio/mpeg' from 'audio/mpeg mpga mp2 mp3'.
Note: See TracChangeset
for help on using the changeset viewer.