Make WordPress Core


Ignore:
Timestamp:
09/24/2009 05:19:13 PM (17 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

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

    r11944 r11971  
    6363                                if( !is_wp_error($upload) ) $content = preg_replace('/<img ([^>]*)src=\\\?(\"|\')'.preg_quote(htmlspecialchars($image), '/').'\\\?(\2)([^>\/]*)\/*>/is', $upload, $content);
    6464                        }
    65        
     65
    6666        // set the post_content and status
    6767        $quick['post_status'] = isset($_POST['publish']) ? 'publish' : 'draft';
Note: See TracChangeset for help on using the changeset viewer.