Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (17 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment.php

    r10136 r10150  
    14971497
    14981498    $response = wp_remote_post($trackback_url, $options);
    1499    
     1499
    15001500    if ( is_wp_error( $response ) )
    15011501        return;
Note: See TracChangeset for help on using the changeset viewer.