Changeset 47032
- Timestamp:
- 01/02/2020 07:20:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r47009 r47032 954 954 * @param int|WP_Comment $comment_ID WP_Comment or ID of the comment for which to get the text. 955 955 * Default current comment. 956 * @param array $args Optional. An array of arguments. Default empty .956 * @param array $args Optional. An array of arguments. Default empty array. 957 957 * @return string The comment content. 958 958 */ … … 984 984 * @param int|WP_Comment $comment_ID WP_Comment or ID of the comment for which to print the text. 985 985 * Default current comment. 986 * @param array $args Optional. An array of arguments. Default empty array. Default empty.986 * @param array $args Optional. An array of arguments. Default empty array. 987 987 */ 988 988 function comment_text( $comment_ID = 0, $args = array() ) { … … 1733 1733 * @see get_comment_reply_link() 1734 1734 * 1735 * @param array $args Optional. Override default options. 1735 * @param array $args Optional. Override default options. Default empty array. 1736 1736 * @param int|WP_Comment $comment Comment being replied to. Default current comment. 1737 1737 * @param int|WP_Post $post Post ID or WP_Post object the comment is going to be displayed on. … … 1824 1824 * @see get_post_reply_link() 1825 1825 * 1826 * @param array $args Optional. Override default options ,1826 * @param array $args Optional. Override default options. Default empty array. 1827 1827 * @param int|WP_Post $post Post ID or WP_Post object the comment is going to be displayed on. 1828 1828 * Default current post.
Note: See TracChangeset
for help on using the changeset viewer.