Changeset 49064 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 09/27/2020 08:46:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r49021 r49064 3272 3272 <input type="text" class="widefat urlfield" readonly="readonly" name="attachment_url" id="attachment_url" value="<?php echo esc_attr( $att_url ); ?>" /> 3273 3273 <span class="copy-to-clipboard-container"> 3274 <button type="button" class="button copy-attachment-url edit-media" data-clipboard-target="#attachment_url"><?php _e( 'Copy URL ' ); ?></button>3274 <button type="button" class="button copy-attachment-url edit-media" data-clipboard-target="#attachment_url"><?php _e( 'Copy URL to clipboard' ); ?></button> 3275 3275 <span class="success hidden" aria-hidden="true"><?php _e( 'Copied!' ); ?></span> 3276 3276 </span>
Note: See TracChangeset
for help on using the changeset viewer.