From bd2173f42c6be373a1d50c4ca7908e1fd8185c8d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 1 Jul 2017 16:39:41 +0000 Subject: [PATCH] Docs: Remove an unnecessary `@package` tag from the DocBlock for `post_preview()`. See #41017. Built from https://develop.svn.wordpress.org/trunk@40986 git-svn-id: http://core.svn.wordpress.org/trunk@40836 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/post.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 9dbc48f440..d4afd24360 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1724,7 +1724,6 @@ function wp_create_post_autosave( $post_data ) { /** * Saves a draft or manually autosaves for the purpose of showing a post preview. * - * @package WordPress * @since 2.7.0 * * @return string URL to redirect to show the preview. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0091a0fe64..b01f28c75c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40985'; +$wp_version = '4.9-alpha-40986'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.