From c41c128fdad9885bfd3d0dae9eeaf157328c1fb1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 3 Sep 2018 21:08:33 +0000 Subject: [PATCH] Docs: Update `@since` version for `edit_post_{$post->post_type}` action introduced in [43535] to 4.9.9. See #34706. git-svn-id: https://develop.svn.wordpress.org/trunk@43616 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index 7280acb918..43426f5d2b 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -3821,7 +3821,7 @@ function wp_insert_post( $postarr, $wp_error = false ) { * The dynamic portion of the hook name, `$post->post_type`, refers to * the post type slug. * - * @since 5.0.0 + * @since 4.9.9 * * @param int $post_ID Post ID. * @param WP_Post $post Post object.