Make WordPress Core

Changeset 45496

Timestamp:
06/06/2019 11:51:24 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in comment_class() DocBlock.

Props mbabker.
Fixes #47499.

File:
1 edited

Legend:

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

    r44894 r45496  
    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 cho or return the output.
    427427 *                                 Default true.
    428428 * @return string If `$echo` is false, the class will be returned. Void otherwise.
Note: See TracChangeset for help on using the changeset viewer.