Changeset 49183 for trunk/src/wp-content/themes/twentyeleven/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/twentyeleven/functions.php
r49105 r49183 699 699 * @since Twenty Eleven 1.0 700 700 * 701 * @param object $comment The comment object.702 * @param array $args An array of comment arguments. @see get_comment_reply_link()703 * @param int $depth The depth of the comment.701 * @param WP_Comment $comment The comment object. 702 * @param array $args An array of comment arguments. @see get_comment_reply_link() 703 * @param int $depth The depth of the comment. 704 704 */ 705 705 function twentyeleven_comment( $comment, $args, $depth ) {
Note: See TracChangeset
for help on using the changeset viewer.