X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/72836ec95a52eacbda4dc5aa296b7dd6de08bd3b..refs/tags/wordpress-4.1-scripts:/wp-trackback.php diff --git a/wp-trackback.php b/wp-trackback.php index a93bab7c..3d211043 100644 --- a/wp-trackback.php +++ b/wp-trackback.php @@ -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') );