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
This commit is contained in:
Drew Jaynes 2015-09-16 11:02:24 +00:00
parent 3c73b53f66
commit faa54e4dc2
2 changed files with 2 additions and 2 deletions

View File

@ -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 ) {
/**

View File

@ -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.