diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 57dd7c2fcd..7507950245 100644 --- a/wp-admin/includes/template.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 13a2bcec3e..b1324f09aa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43457'; +$wp_version = '5.0-alpha-43460'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.