Changeset 23768
- Timestamp:
- 03/21/2013 05:17:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r23766 r23768 2286 2286 $alt_text = get_post_meta( $post->ID, '_wp_attachment_image_alt', true ); 2287 2287 2288 $att_url = wp_get_attachment_url( $post->ID ); 2289 2288 $att_url = wp_get_attachment_url( $post->ID ); ?> 2289 <div class="wp_attachment_holder"> 2290 <?php 2290 2291 if ( wp_attachment_is_image( $post->ID ) ) : 2291 2292 $image_edit_button = ''; … … 2295 2296 } 2296 2297 ?> 2297 <div class="wp_attachment_holder"> 2298 2298 2299 <div class="imgedit-response" id="imgedit-response-<?php echo $attachment_id; ?>"></div> 2299 2300 … … 2305 2306 <?php if ( $open ) wp_image_editor( $attachment_id ); ?> 2306 2307 </div> 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2307 2324 </div> 2308 <?php endif; ?>2309 2310 2325 <div class="wp_attachment_details edit-form-section"> 2311 2326 <p>
Note: See TracChangeset
for help on using the changeset viewer.