Changeset 53743
- Timestamp:
- 07/20/2022 10:14:00 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r53742 r53743 9 9 10 10 /** 11 * Determine if a comment exists based on author and date.11 * Determines if a comment exists based on author and date. 12 12 * 13 13 * For best performance, use `$timezone = 'gmt'`, which queries a field that is properly indexed. The default value … … 43 43 44 44 /** 45 * Update a comment with values provided in $_POST.45 * Updates a comment with values provided in $_POST. 46 46 * 47 47 * @since 2.0.0 … … 136 136 137 137 /** 138 * Get the number of pending comments on a post or posts138 * Gets the number of pending comments on a post or posts. 139 139 * 140 140 * @since 2.3.0 … … 209 209 210 210 /** 211 * Display error message at bottom of comments.211 * Displays error message at bottom of comments. 212 212 * 213 213 * @param string $msg Error Message. Assumed to contain HTML and be sanitized.
Note: See TracChangeset
for help on using the changeset viewer.