diff --git wp-includes/media-template.php wp-includes/media-template.php
index 86500ff..483adc5 100644
|
|
function wp_print_media_templates() { |
891 | 891 | </div> |
892 | 892 | </div> |
893 | 893 | <div class="column-settings"> |
| 894 | |
| 895 | <label class="setting title"> |
| 896 | <span><?php _e('Title'); ?></span> |
| 897 | <input type="text" value="{{ data.attachment.title }}" readonly /> |
| 898 | </label> |
| 899 | |
| 900 | <label class="setting attachment-path"> |
| 901 | <span><?php _e('Attachment URL'); ?></span> |
| 902 | <input type="text" value="{{ data.attachment.url }}" readonly /> |
| 903 | </label> |
| 904 | |
894 | 905 | <?php |
895 | 906 | /** This filter is documented in wp-admin/includes/media.php */ |
896 | 907 | if ( ! apply_filters( 'disable_captions', '' ) ) : ?> |