From 4af1237176c326e7840361fd580fdc3f97841e6a Mon Sep 17 00:00:00 2001 From: johnbillion Date: Sun, 19 Nov 2017 11:51:01 +0000 Subject: [PATCH] Docs: Correct the `@since` property for the `page_attributes_misc_attributes` action. Props jeremyescott, jfarthing84 Fixes #42607 git-svn-id: https://develop.svn.wordpress.org/trunk@42203 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/meta-boxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php index 605242df8e..a8cfd161d7 100644 --- a/src/wp-admin/includes/meta-boxes.php +++ b/src/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. */