Changeset 35493
- Timestamp:
- 11/03/2015 04:01:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r35439 r35493 2779 2779 ?> 2780 2780 2781 <label for=" content"><strong><?php _e( 'Description' ); ?></strong><?php2781 <label for="attachment_content"><strong><?php _e( 'Description' ); ?></strong><?php 2782 2782 if ( preg_match( '#^(audio|video)/#', $post->post_mime_type ) ) { 2783 2783 echo ': ' . __( 'Displayed on attachment pages.' ); … … 2813 2813 ?> 2814 2814 <div class="misc-pub-section misc-pub-attachment"> 2815 2816 <input type="text" class="widefat urlfield" readonly="readonly" name="attachment_url" value="<?php echo esc_attr($att_url); ?>" />2815 <label for="attachment_url"><?php _e( 'File URL:' ); ?></label> 2816 <input type="text" class="widefat urlfield" readonly="readonly" name="attachment_url" id="attachment_url" value="<?php echo esc_attr( $att_url ); ?>" /> 2817 2817 </div> 2818 2818 <div class="misc-pub-section misc-pub-filename">
Note: See TracChangeset
for help on using the changeset viewer.