Make WordPress Core


Ignore:
Timestamp:
05/03/2020 07:36:06 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Misc docblock corrections and improvements.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-functions.php

    r47550 r47754  
    177177     * @since 4.9.0
    178178     *
    179      * @param bool|WP_Error $retval  True if the user should be added to the site, false
    180      *                               or error object otherwise.
     179     * @param true|WP_Error $retval  True if the user should be added to the site, error
     180     *                               object otherwise.
    181181     * @param int           $user_id User ID.
    182182     * @param string        $role    User role.
Note: See TracChangeset for help on using the changeset viewer.