Changeset 40664 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 05/14/2017 03:05:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r39753 r40664 989 989 * @see Walker_Comment::comment() 990 990 * 991 * @param string $comment_text Text of the current comment.992 * @param WP_Comment $comment The comment object.993 * @param array $args An array of arguments.991 * @param string $comment_text Text of the current comment. 992 * @param WP_Comment|null $comment The comment object. 993 * @param array $args An array of arguments. 994 994 */ 995 995 echo apply_filters( 'comment_text', $comment_text, $comment, $args );
Note: See TracChangeset
for help on using the changeset viewer.