Skip to content

Commit 6f09761

Browse files
Update src/wp-includes/comment.php
Co-authored-by: Jonathan Desrosiers <[email protected]>
1 parent 67014be commit 6f09761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ function wp_delete_comment( $comment_id, $force_delete = false ) {
15741574
* If Trash is disabled, comment is permanently deleted.
15751575
*
15761576
* @since 2.9.0
1577-
* @since 6.9.1 Any child notes are deleted when deleting a note.
1577+
* @since 6.9.0 Any child notes are deleted when deleting a note.
15781578
*
15791579
* @param int|WP_Comment $comment_id Comment ID or WP_Comment object.
15801580
* @return bool True on success, false on failure.

0 commit comments

Comments
 (0)