]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-trackback.php
WordPress 4.1-scripts
[autoinstalls/wordpress.git] / wp-trackback.php
index a93bab7c0ebb4da76d417d684615c39db5a37170..3d211043ebd38efe8972a7326435eab80bd4f034 100644 (file)
@@ -20,9 +20,9 @@ if (empty($wp)) {
  *
  * @since 0.71
  *
- * @param int|bool $error         Whether there was an error.
- *                                Default '0'. Accepts '0' or '1'.
- * @param string   $error_message Error message if an error occurred.
+ * @param mixed  $error         Whether there was an error.
+ *                              Default '0'. Accepts '0' or '1', true or false.
+ * @param string $error_message Error message if an error occurred.
  */
 function trackback_response($error = 0, $error_message = '') {
        header('Content-Type: text/xml; charset=' . get_option('blog_charset') );