From 22ab774617049933070d92458128d5a2637f32db Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 6 Oct 2015 01:30:25 +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. Built from https://develop.svn.wordpress.org/trunk@34843 git-svn-id: http://core.svn.wordpress.org/trunk@34808 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 8d28bd03aa..dbfddb7ffe 100644 --- a/wp-includes/post-template.php +++ b/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 ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index f6ff7036c3..ed98731b9f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34842'; +$wp_version = '4.4-alpha-34843'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.