]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-trackback.php
Wordpress 3.0
[autoinstalls/wordpress.git] / wp-trackback.php
index 864da720c3f777f6070f2db5e867c52b5c93db4a..737fbcecd5d17145a8647f77b1dbc90cae6df84e 100644 (file)
@@ -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 = '') {