Changeset 4953 for trunk/wp-admin/upload-functions.php
- Timestamp:
- 02/27/2007 03:24:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload-functions.php
r4767 r4953 14 14 if ( isset($attachment_data['width']) ) 15 15 list($width,$height) = wp_shrink_dimensions($attachment_data['width'], $attachment_data['height'], 171, 128); 16 16 17 17 ob_start(); 18 18 the_title(); … … 20 20 ob_end_clean(); 21 21 $post_content = apply_filters( 'content_edit_pre', $post->post_content ); 22 22 23 23 $class = 'text'; 24 24 $innerHTML = get_attachment_innerHTML( $id, false, $dims ); … … 286 286 global $wpdb, $action, $paged; 287 287 $old_vars = compact( 'paged' ); 288 288 289 289 switch ( $action ) : 290 290 case 'edit' :
Note: See TracChangeset
for help on using the changeset viewer.