Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (14 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r15563 r15590  
    163163 * @see get_comment_author_link() Echoes result
    164164 *
    165  * @param int The ID of the comment for which to print the author's link. Optional.
     165 * @param int $comment_ID The ID of the comment for which to print the author's link. Optional.
    166166 */
    167167function comment_author_link( $comment_ID = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.