Changeset 50560 for trunk/src/wp-includes/media.php
- Timestamp:
- 03/21/2021 01:03:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r50552 r50560 2794 2794 <?php if ( 'audio' === $atts['type'] ) : ?> 2795 2795 <div class="wp-playlist-current-item"></div> 2796 <?php endif ?>2796 <?php endif; ?> 2797 2797 <<?php echo $safe_type; ?> controls="controls" preload="none" width="<?php echo (int) $theme_width; ?>" 2798 2798 <?php
Note: See TracChangeset
for help on using the changeset viewer.