Ticket #34548: 34548.patch
| File 34548.patch, 1.1 KB (added by , 11 years ago) |
|---|
-
src/wp-admin/includes/media.php
2778 2778 ); 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.' ); 2784 2784 } ?></label> … … 2813 2813 ?> 2814 2814 <div class="misc-pub-section misc-pub-attachment"> 2815 2815 <label for="attachment_url"><?php _e( 'File URL:' ); ?></label> 2816 <input type="text" class="widefat urlfield" readonly="readonly" name="attachment_url" value="<?php echo esc_attr($att_url); ?>" />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"> 2819 2819 <?php _e( 'File name:' ); ?> <strong><?php echo $filename; ?></strong>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)