Make WordPress Core


Ignore:
Timestamp:
02/27/2007 03:24:54 PM (18 years ago)
Author:
markjaquith
Message:

trailing tabs and whitespace cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upload-functions.php

    r4767 r4953  
    1414    if ( isset($attachment_data['width']) )
    1515        list($width,$height) = wp_shrink_dimensions($attachment_data['width'], $attachment_data['height'], 171, 128);
    16        
     16
    1717    ob_start();
    1818        the_title();
     
    2020    ob_end_clean();
    2121    $post_content = apply_filters( 'content_edit_pre', $post->post_content );
    22    
     22
    2323    $class = 'text';
    2424    $innerHTML = get_attachment_innerHTML( $id, false, $dims );
     
    286286    global $wpdb, $action, $paged;
    287287    $old_vars = compact( 'paged' );
    288    
     288
    289289    switch ( $action ) :
    290290    case 'edit' :
Note: See TracChangeset for help on using the changeset viewer.