Changeset 48100 for trunk/src/wp-includes/comment.php
- Timestamp:
- 06/19/2020 10:53:54 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r48067 r48100 157 157 * @param int $post_id The ID of the post. 158 158 * @param array $args Optional. See WP_Comment_Query::__construct() for information on accepted arguments. 159 * @return int|array $commentsThe approved comments, or number of comments if `$count`160 * argument is true.159 * @return int|array The approved comments, or number of comments if `$count` 160 * argument is true. 161 161 */ 162 162 function get_approved_comments( $post_id, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.