4.1 Docs Audit: Remove a duplicate word from a parameter description in the DocBlock for the `wp_save_post_revision_post_has_changed` hook.

See #30469.


git-svn-id: https://develop.svn.wordpress.org/trunk@30621 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-11-28 12:18:49 +00:00
parent 0960ef7484
commit 67322ab8f7
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ function wp_save_post_revision( $post_id ) {
* @since 4.1.0
*
* @param bool $post_has_changed Whether the post has changed.
* @param WP_Post $last_revision The the last revision post object.
* @param WP_Post $last_revision The last revision post object.
* @param WP_Post $post The post object.
*
*/