From 680a9b42260a9f7158d565c75fabbcc117b44b5a Mon Sep 17 00:00:00 2001 From: Muhammad Hussnain <67601646+mrhatia@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:34:44 +0500 Subject: [PATCH] Update src/wp-includes/post.php Co-authored-by: Ari Stathopoulos --- src/wp-includes/post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index 889fbcaffdad8..79d5e5244b1af 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -4777,7 +4777,6 @@ function wp_insert_post( $postarr, $wp_error = false, $fire_after_hooks = true ) */ do_action( 'save_post', $post_id, $post, $update, $postarr ); - /** * Fires once a post has been saved. *