Changeset 14673 for trunk/wp-admin/edit-attachment-rows.php
- Timestamp:
- 05/15/2010 08:36:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-attachment-rows.php
r13601 r14673 85 85 case 'media': 86 86 ?> 87 <td <?php echo $attributes ?>><strong><?php if ( $is_trash ) echo $att_title; else { ?><a href="<?php echo get_edit_post_link( $post->ID, true ); ?>" title="<?php echo esc_attr(sprintf(__('Edit “%s”'), $att_title)); ?>"><?php echo $att_title; ?></a><?php } ?></strong><br /> 87 <td <?php echo $attributes ?>><strong><?php if ( $is_trash ) echo $att_title; else { ?><a href="<?php echo get_edit_post_link( $post->ID, true ); ?>" title="<?php echo esc_attr(sprintf(__('Edit “%s”'), $att_title)); ?>"><?php echo $att_title; ?></a><?php } ?></strong> 88 <p> 88 89 <?php 89 90 if ( preg_match( '/^.*?\.(\w+)$/', get_attached_file( $post->ID ), $matches ) ) … … 92 93 echo strtoupper( str_replace( 'image/', '', get_post_mime_type() ) ); 93 94 ?> 94 < p>95 </p> 95 96 <?php 96 97 $actions = array(); … … 121 122 } 122 123 echo '</div>'; 123 ?></ p></td>124 ?></td> 124 125 <?php 125 126 break;
Note: See TracChangeset
for help on using the changeset viewer.