Changeset 41940 for trunk/src/wp-includes/comment.php
- Timestamp:
- 10/19/2017 08:48:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r41848 r41940 139 139 * 140 140 * @param int $post_id The ID of the post. 141 * @param array $args Optional. See WP_Comment_Query:: query() for information on accepted arguments.141 * @param array $args Optional. See WP_Comment_Query::__construct() for information on accepted arguments. 142 142 * @return int|array $comments The approved comments, or number of comments if `$count` 143 143 * argument is true. … … 218 218 * @since 2.7.0 219 219 * 220 * @param string|array $args Optional. Array or string of arguments. See WP_Comment_Query:: parse_query()220 * @param string|array $args Optional. Array or string of arguments. See WP_Comment_Query::__construct() 221 221 * for information on accepted arguments. Default empty. 222 222 * @return int|array List of comments or number of found comments if `$count` argument is true.
Note: See TracChangeset
for help on using the changeset viewer.