Changeset 37342 for trunk/src/wp-includes/comment.php
- Timestamp:
- 05/02/2016 03:59:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r36970 r37342 129 129 * 130 130 * @since 2.0.0 131 * @since 4.1.0 Refactored to leverage {@see WP_Comment_Query}over a direct query.131 * @since 4.1.0 Refactored to leverage WP_Comment_Query over a direct query. 132 132 * 133 133 * @param int $post_id The ID of the post. 134 * @param array $args Optional. See {@see WP_Comment_Query::query()} for information 135 * on accepted arguments. 134 * @param array $args Optional. See WP_Comment_Query::query() for information on accepted arguments. 136 135 * @return int|array $comments The approved comments, or number of comments if `$count` 137 136 * argument is true. … … 211 210 * @since 2.7.0 212 211 * 213 * @param string|array $args Optional. Array or string of arguments. See {@see WP_Comment_Query::parse_query()}212 * @param string|array $args Optional. Array or string of arguments. See WP_Comment_Query::parse_query() 214 213 * for information on accepted arguments. Default empty. 215 214 * @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.