Make WordPress Core


Ignore:
Timestamp:
11/03/2019 10:21:20 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix some incorrect return tags in docblocks.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api.php

    r46586 r46644  
    11661166 * @param mixed $id_or_email The Gravatar to retrieve a URL for. Accepts a user_id, gravatar md5 hash,
    11671167 *                           user email, WP_User object, WP_Post object, or WP_Comment object.
    1168  * @return array $urls Gravatar url for each size.
     1168 * @return array Gravatar url for each size.
    11691169 */
    11701170function rest_get_avatar_urls( $id_or_email ) {
Note: See TracChangeset for help on using the changeset viewer.