Changeset 30109
- Timestamp:
- 10/30/2014 02:50:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r30105 r30109 129 129 * 130 130 * @since 2.0.0 131 * 132 * @param int $post_id The ID of the post. 133 * @param array $args Optional. WP_Comment_Query args. 131 * @since 4.1.0 Refactored to leverage {@see WP_Comment_Query} over a direct query. 132 * 133 * @param int $post_id The ID of the post. 134 * @param array $args Optional. See {@see WP_Comment_Query} for information 135 * on accepted arguments. 134 136 * @return array $comments The approved comments. 135 137 */
Note: See TracChangeset
for help on using the changeset viewer.