Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r12592 r12733  
    2929    $quick['tax_input'] = isset($_POST['tax_input']) ? $_POST['tax_input'] : null;
    3030    $quick['post_title'] = ( trim($_POST['title']) != '' ) ? $_POST['title'] : '  ';
    31     $quick['post_content'] = isset($_POST['post_content']) ? $_POST['post_content'] : ''; 
     31    $quick['post_content'] = isset($_POST['post_content']) ? $_POST['post_content'] : '';
    3232
    3333    // insert the post with nothing in it, to get an ID
     
    401401                }
    402402                jQuery('#extra-fields').before('<div id="waiting"><img src="images/wpspin_light.gif" alt="" /> <?php echo esc_js( __( 'Loading...' ) ); ?></div>');
    403                
     403
    404404                if(photostorage == false) {
    405405                    jQuery.ajax({
Note: See TracChangeset for help on using the changeset viewer.