Make WordPress Core

Changeset 34230


Ignore:
Timestamp:
09/16/2015 11:01:50 AM (9 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed.php

    r34071 r34230  
    294294 * @since 4.4.0 Introduced the `$comment` argument.
    295295 *
    296  * @param int|WP_Comment $comment Optional comment object or id. Defaults to global comment object.
     296 * @param int|WP_Comment $comment Optional. Comment object or id. Defaults to global comment object.
    297297 */
    298298function comment_link( $comment = null ) {
Note: See TracChangeset for help on using the changeset viewer.