From 1aaa0aa607bb476f90803c05de7dde19e987368a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 6 Oct 2015 01:29:04 +0000 Subject: [PATCH] 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 --- src/wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php index 8d28bd03aa..dbfddb7ffe 100644 --- a/src/wp-includes/post-template.php +++ b/src/wp-includes/post-template.php @@ -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 ); }