Changeset 48110 for trunk/src/wp-includes/comment.php
- Timestamp:
- 06/20/2020 12:57:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r48109 r48110 155 155 * @since 4.1.0 Refactored to leverage WP_Comment_Query over a direct query. 156 156 * 157 * @param 158 * @param 157 * @param int $post_id The ID of the post. 158 * @param array $args Optional. See WP_Comment_Query::__construct() for information on accepted arguments. 159 159 * @return int|array The approved comments, or number of comments if `$count` 160 160 * argument is true. … … 3561 3561 * @since 4.9.6 3562 3562 * 3563 * @param 3563 * @param array $erasers An array of personal data erasers. 3564 3564 * @return array An array of personal data erasers. 3565 3565 */ … … 3578 3578 * @since 4.9.6 3579 3579 * 3580 * @param 3581 * @param 3580 * @param string $email_address The comment author email address. 3581 * @param int $page Comment page. 3582 3582 * @return array 3583 3583 */
Note: See TracChangeset
for help on using the changeset viewer.