Changeset 48590 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 07/23/2020 09:09:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r48579 r48590 545 545 * @since 4.4.0 Added the ability for `$comment_ID` to also accept a WP_Comment object. 546 546 * 547 * @param string 548 * @param int|WP_Comment 549 * 547 * @param string $format Optional. The format of the date. Default user's setting. 548 * @param int|WP_Comment $comment_ID WP_Comment or ID of the comment for which to get the date. 549 * Default current comment. 550 550 * @return string The comment's date. 551 551 */ … … 963 963 * @see Walker_Comment::comment() 964 964 * 965 * @param int|WP_Comment 966 * 967 * @param array 965 * @param int|WP_Comment $comment_ID WP_Comment or ID of the comment for which to get the text. 966 * Default current comment. 967 * @param array $args Optional. An array of arguments. Default empty array. 968 968 * @return string The comment content. 969 969 */ … … 1009 1009 * @see Walker_Comment::comment() 1010 1010 * 1011 * @param int|WP_Comment 1012 * 1013 * @param array 1011 * @param int|WP_Comment $comment_ID WP_Comment or ID of the comment for which to print the text. 1012 * Default current comment. 1013 * @param array $args Optional. An array of arguments. Default empty array. 1014 1014 */ 1015 1015 function comment_text( $comment_ID = 0, $args = array() ) { … … 1634 1634 * @since 4.4.0 Added the ability for `$comment` to also accept a WP_Comment object. 1635 1635 * 1636 * @param array $args {1636 * @param array $args { 1637 1637 * Optional. Override default arguments. 1638 1638 * … … 1779 1779 * @since 2.7.0 1780 1780 * 1781 * @param array $args {1781 * @param array $args { 1782 1782 * Optional. Override default arguments. 1783 1783 *
Note: See TracChangeset
for help on using the changeset viewer.