Make WordPress Core

Ticket #47499: comment_class_typo.diff

File comment_class_typo.diff, 840 bytes (added by mbabker, 6 years ago)

Patch

  • src/wp-includes/comment-template.php

    diff --git src/wp-includes/comment-template.php src/wp-includes/comment-template.php
    index 41031cba93..5158a6f8a7 100644
    function comment_author_url_link( $linktext = '', $before = '', $after = '', $co 
    423423 *                                 Default empty.
    424424 * @param int|WP_Comment $comment  Comment ID or WP_Comment object. Default current comment.
    425425 * @param int|WP_Post    $post_id  Post ID or WP_Post object. Default current post.
    426  * @param bool           $echo     Optional. Whether to cho or return the output.
     426 * @param bool           $echo     Optional. Whether to echo or return the output.
    427427 *                                 Default true.
    428428 * @return string If `$echo` is false, the class will be returned. Void otherwise.
    429429 */