Changeset 59863
- Timestamp:
- 02/24/2025 06:34:09 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59860 r59863 1261 1261 * @param array $comment_data Array of arguments for inserting a comment. 1262 1262 * @return int|string|WP_Error The approval status on success (0|1|'spam'|'trash'), 1263 *WP_Error otherwise.1263 * WP_Error otherwise. 1264 1264 */ 1265 1265 function wp_check_comment_data( $comment_data ) {
Note: See TracChangeset
for help on using the changeset viewer.