Changeset 45381
- Timestamp:
- 05/23/2019 12:48:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r45334 r45381 1136 1136 #> 1137 1137 <div class="setting"> 1138 <label for="<?php echo $type . '-source'; ?>"><?php echo strtoupper( $type ); ?></ span>1138 <label for="<?php echo $type . '-source'; ?>"><?php echo strtoupper( $type ); ?></label> 1139 1139 <input type="text" id="<?php echo $type . '-source'; ?>" readonly data-setting="<?php echo $type; ?>" value="{{ data.model.<?php echo $type; ?> }}" /> 1140 1140 <button type="button" class="button-link remove-setting"><?php _e( 'Remove audio source' ); ?></button> … … 1271 1271 _.each( tracks.toArray(), function (track) { 1272 1272 content += track.outerHTML; #> 1273 <label for="video-track"><?php _e( 'Tracks (subtitles, captions, descriptions, chapters, or metadata)' ); ?></ span>1273 <label for="video-track"><?php _e( 'Tracks (subtitles, captions, descriptions, chapters, or metadata)' ); ?></label> 1274 1274 <input class="content-track" type="text" id="video-track" readonly value="{{ track.outerHTML }}" /> 1275 1275 <button type="button" class="button-link remove-setting remove-track"><?php _ex( 'Remove video track', 'media' ); ?></button>
Note: See TracChangeset
for help on using the changeset viewer.