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.

Built from https://develop.svn.wordpress.org/trunk@30621


git-svn-id: http://core.svn.wordpress.org/trunk@30611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-11-28 12:19:23 +00:00
parent fdb0b54389
commit 6a7b8f9506
2 changed files with 2 additions and 2 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.
*
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30620';
$wp_version = '4.1-beta2-30621';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.