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
This commit is contained in:
parent
780926c161
commit
22ab774617
|
@ -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 );
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue