Changeset 51322 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php
- Timestamp:
- 07/03/2021 09:13:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php
r49158 r51322 12 12 * CUSTOM COMMENT WALKER 13 13 * A custom walker for comments, based on the walker in Twenty Nineteen. 14 * 15 * @since Twenty Twenty 1.0 14 16 */ 15 17 class TwentyTwenty_Walker_Comment extends Walker_Comment { … … 17 19 /** 18 20 * Outputs a comment in the HTML5 format. 21 * 22 * @since Twenty Twenty 1.0 19 23 * 20 24 * @see wp_list_comments()
Note: See TracChangeset
for help on using the changeset viewer.