diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-trackback.php --- a/web/wp-trackback.php Thu Sep 16 15:45:36 2010 +0000 +++ b/web/wp-trackback.php Mon Nov 19 18:26:13 2012 +0100 @@ -7,13 +7,13 @@ if (empty($wp)) { require_once('./wp-load.php'); - wp('tb=1'); + wp( array( 'tb' => '1' ) ); } /** * trackback_response() - Respond with error or success XML message * - * @param int|bool $error Whether there was an error or not + * @param int|bool $error Whether there was an error * @param string $error_message Error message if an error occurred */ function trackback_response($error = 0, $error_message = '') { @@ -108,4 +108,3 @@ do_action('trackback_post', $wpdb->insert_id); trackback_response(0); } -?> \ No newline at end of file