From 4ef018df2bddb5deceee028da6b0ace6537adc81 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 19 Nov 2017 11:52:52 +0000 Subject: [PATCH] Docs: Correct the `@since` property for the `page_attributes_misc_attributes` action. Props jeremyescott, jfarthing84 Fixes #42607 Built from https://develop.svn.wordpress.org/trunk@42203 git-svn-id: http://core.svn.wordpress.org/trunk@42033 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/meta-boxes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 605242df8e..a8cfd161d7 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -903,7 +903,7 @@ $default_title = apply_filters( 'default_page_template_title', __( 'Default Tem /** * Fires before the help hint text in the 'Page Attributes' meta box. * - * @since 4.8.0 + * @since 4.9.0 * * @param WP_Post $post The current post. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index f981e9cd1f..471cb0cc68 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42202'; +$wp_version = '5.0-alpha-42203'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.