Docs: Remove an unnecessary `@package` tag from the DocBlock for `post_preview()`.

See #41017.


git-svn-id: https://develop.svn.wordpress.org/trunk@40986 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2017-07-01 16:38:49 +00:00
parent 0a9d2d6b8e
commit 886e1995c6
1 changed files with 0 additions and 1 deletions

View File

@ -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.