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.