Changeset 39188 for trunk/src/wp-includes/comment.php
- Timestamp:
- 11/09/2016 10:59:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r39101 r39188 171 171 * 172 172 * @param WP_Comment|string|int $comment Comment to retrieve. 173 * @param string $output Optional. OBJECT or ARRAY_A or ARRAY_N constants. 173 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to 174 * a WP_Comment object, an associative array, or a numeric array, respectively. Default OBJECT. 174 175 * @return WP_Comment|array|null Depends on $output value. 175 176 */
Note: See TracChangeset
for help on using the changeset viewer.