From 018779aca1cbf5ad29bcd464012ce484c4d31323 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 16 Jul 2018 15:26:57 +0000 Subject: [PATCH] Docs: Change `@since` entry for `add_inline_data` action added in [42676] to 4.9.8. See #36085. git-svn-id: https://develop.svn.wordpress.org/trunk@43460 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index 57dd7c2fcd..7507950245 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -364,7 +364,7 @@ function get_inline_data( $post ) { /** * Fires after outputting the fields for the inline editor for posts and pages. * - * @since 5.0.0 + * @since 4.9.8 * * @param WP_Post $post The current post object. * @param WP_Post_Type $post_type_object The current post's post type object.