Make WordPress Core


Ignore:
Timestamp:
01/03/2021 09:55:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections particularly relating to boolean types.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-community-events.php

    r49201 r49926  
    4040     *
    4141     * @param int        $user_id       WP user ID.
    42      * @param bool|array $user_location Stored location data for the user.
    43      *                                  false to pass no location;
    44      *                                  array to pass a location {
     42     * @param false|array $user_location {
     43     *     Stored location data for the user. false to pass no location.
     44     *
    4545     *     @type string $description The name of the location
    4646     *     @type string $latitude    The latitude in decimal degrees notation, without the degree
Note: See TracChangeset for help on using the changeset viewer.