Make WordPress Core


Ignore:
Timestamp:
06/27/2015 01:02:12 AM (9 years ago)
Author:
wonderboymusic
Message:

For doc block types, favor bool over the few remaining booleans

See #32444.

File:
1 edited

Legend:

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

    r32733 r32964  
    300300 * @since MU
    301301 *
    302  * @return null|boolean True if blog signup was validated, false if error.
    303  *                      The function halts all execution if the user is not logged in.
     302 * @return null|bool True if blog signup was validated, false if error.
     303 *                   The function halts all execution if the user is not logged in.
    304304 */
    305305function validate_another_blog_signup() {
Note: See TracChangeset for help on using the changeset viewer.