Changeset 61651 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 02/16/2026 05:01:33 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r61597 r61651 548 548 <span class="setting" data-setting="url"> 549 549 <label for="attachment-details-two-column-copy-link" class="name"><?php _e( 'File URL:' ); ?></label> 550 <input type="text" class="attachment-details-copy-link " id="attachment-details-two-column-copy-link" value="{{ data.url }}" readonly />550 <input type="text" class="attachment-details-copy-link ltr" id="attachment-details-two-column-copy-link" value="{{ data.url }}" readonly /> 551 551 <span class="copy-to-clipboard-container"> 552 552 <button type="button" class="button button-small copy-attachment-url" data-clipboard-target="#attachment-details-two-column-copy-link"><?php _e( 'Copy URL to clipboard' ); ?></button> … … 800 800 <span class="setting" data-setting="url"> 801 801 <label for="attachment-details-copy-link" class="name"><?php _e( 'File URL:' ); ?></label> 802 <input type="text" class="attachment-details-copy-link " id="attachment-details-copy-link" value="{{ data.url }}" readonly />802 <input type="text" class="attachment-details-copy-link ltr" id="attachment-details-copy-link" value="{{ data.url }}" readonly /> 803 803 <div class="copy-to-clipboard-container"> 804 804 <button type="button" class="button button-small copy-attachment-url" data-clipboard-target="#attachment-details-copy-link"><?php _e( 'Copy URL to clipboard' ); ?></button>
Note: See TracChangeset
for help on using the changeset viewer.