Changeset 49183 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 10/17/2020 04:03:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r49106 r49183 411 411 * @since Twenty Ten 1.0 412 412 * 413 * @param object $comment The comment object.414 * @param array $args An array of arguments. @see get_comment_reply_link()415 * @param int $depth The depth of the comment.413 * @param WP_Comment $comment The comment object. 414 * @param array $args An array of arguments. @see get_comment_reply_link() 415 * @param int $depth The depth of the comment. 416 416 */ 417 417 function twentyten_comment( $comment, $args, $depth ) {
Note: See TracChangeset
for help on using the changeset viewer.