We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67014be commit 6f09761Copy full SHA for 6f09761
src/wp-includes/comment.php
@@ -1574,7 +1574,7 @@ function wp_delete_comment( $comment_id, $force_delete = false ) {
1574
* If Trash is disabled, comment is permanently deleted.
1575
*
1576
* @since 2.9.0
1577
- * @since 6.9.1 Any child notes are deleted when deleting a note.
+ * @since 6.9.0 Any child notes are deleted when deleting a note.
1578
1579
* @param int|WP_Comment $comment_id Comment ID or WP_Comment object.
1580
* @return bool True on success, false on failure.
0 commit comments