From faa54e4dc2d655ba0cca7bbdc98cc3a160d1f2e3 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Sep 2015 11:02:24 +0000 Subject: [PATCH] Docs: Make a minor adjustment to the description syntax for the optional `$comment` argument in the DocBlock for `comment_link()`, introduced in [34071]. See #33638. See #32246. Built from https://develop.svn.wordpress.org/trunk@34230 git-svn-id: http://core.svn.wordpress.org/trunk@34194 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/feed.php b/wp-includes/feed.php index eef23318b4..59f6fa2f29 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -293,7 +293,7 @@ function get_comment_guid($comment_id = null) { * @since 1.5.0 * @since 4.4.0 Introduced the `$comment` argument. * - * @param int|WP_Comment $comment Optional comment object or id. Defaults to global comment object. + * @param int|WP_Comment $comment Optional. Comment object or id. Defaults to global comment object. */ function comment_link( $comment = null ) { /** diff --git a/wp-includes/version.php b/wp-includes/version.php index cf7643da96..f139d32f29 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34229'; +$wp_version = '4.4-alpha-34230'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.