Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:53:43 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

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

    r48590 r48591  
    188188 *
    189189 * @param WP_Comment|string|int $comment Comment to retrieve.
    190  * @param string                $output  Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to
    191  *                                       a WP_Comment object, an associative array, or a numeric array, respectively. Default OBJECT.
     190 * @param string                $output  Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which
     191 *                                       correspond to a WP_Comment object, an associative array, or a numeric array,
     192 *                                       respectively. Default OBJECT.
    192193 * @return WP_Comment|array|null Depends on $output value.
    193194 */
Note: See TracChangeset for help on using the changeset viewer.