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:
parent
0960ef7484
commit
67322ab8f7
@ -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.
|
||||
*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user