Make WordPress Core


Ignore:
Timestamp:
11/30/2014 09:22:07 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve the @param docs for trackback_response() and validate_another_blog_signup().

See #30224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-trackback.php

    r25616 r30662  
    2121 * @since 0.71
    2222 *
    23  * @param int|bool $error         Whether there was an error.
    24  *                                Default '0'. Accepts '0' or '1'.
    25  * @param string   $error_message Error message if an error occurred.
     23 * @param mixed $error         Whether there was an error.
     24 *                              Default '0'. Accepts '0' or '1', true or false.
     25 * @param string $error_message Error message if an error occurred.
    2626 */
    2727function trackback_response($error = 0, $error_message = '') {
Note: See TracChangeset for help on using the changeset viewer.