Changeset 22748
- Timestamp:
- 11/21/2012 12:03:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r22747 r22748 2281 2281 <textarea class="widefat" name="excerpt" id="attachment_caption"><?php echo $post->post_excerpt; ?></textarea> 2282 2282 </p> 2283 <?php if ( 'image' === substr( $post->post_mime_type, 0, 5 ) ) : ?> 2283 2284 <p> 2284 2285 <label for="attachment_alt"><strong><?php _e( 'Alternative Text' ); ?></strong></label><br /> … … 2287 2288 </div> 2288 2289 <?php 2289 // need a filter on this content2290 endif; 2290 2291 } 2291 2292
Note: See TracChangeset
for help on using the changeset viewer.