From 7c366e8889d88dc779bad211157ea755b408d691 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 3 Sep 2018 21:09:27 +0000 Subject: [PATCH] Docs: Update `@since` version for `edit_post_{$post->post_type}` action introduced in [43535] to 4.9.9. See #34706. Built from https://develop.svn.wordpress.org/trunk@43616 git-svn-id: http://core.svn.wordpress.org/trunk@43445 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index 7280acb918..43426f5d2b 100644 --- a/wp-includes/post.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index b1cb72630a..959ee4ca47 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43609'; +$wp_version = '5.0-alpha-43616'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.