Docs: Adjust the line wrap indentation on the `$link` parameter description for the `wp_post_revision_title_expanded` hook, introduced in [34842].
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@34843 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8baf0e0737
commit
1aaa0aa607
|
@ -1656,7 +1656,7 @@ function wp_post_revision_title_expanded( $revision, $link = true ) {
|
|||
* @param string $revision_date_author The formatted string.
|
||||
* @param WP_Post $revision The revision object.
|
||||
* @param bool $link Whether to link to the revisions page, as passed into
|
||||
* wp_post_revision_title_expanded().
|
||||
* wp_post_revision_title_expanded().
|
||||
*/
|
||||
return apply_filters( 'wp_post_revision_title_expanded', $revision_date_author, $revision, $link );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue