Changeset 48591 for trunk/src/wp-includes/comment.php
- Timestamp:
- 07/23/2020 09:53:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r48590 r48591 188 188 * 189 189 * @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. 192 193 * @return WP_Comment|array|null Depends on $output value. 193 194 */
Note: See TracChangeset
for help on using the changeset viewer.