Make WordPress Core


Ignore:
Timestamp:
05/03/2010 08:26:11 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r14374 r14404  
    21612161    if ( !post_type_supports(get_post_type($_GET['post_id']), 'editor') )
    21622162        return '';
    2163    
     2163
    21642164    if ( 'image' == $type )
    21652165    return '
     
    21692169                <input type="button" class="button" id="go_button" style="color:#bbb;" onclick="addExtImage.insert()" value="' . esc_attr__('Insert into Post') . '" />
    21702170            </td>
    2171         </tr>       
     2171        </tr>
    21722172    ';
    21732173
Note: See TracChangeset for help on using the changeset viewer.