Changeset 41688 for trunk/src/wp-includes/class-walker-comment.php
- Timestamp:
- 10/02/2017 10:13:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-comment.php
r41162 r41688 46 46 * @global int $comment_depth 47 47 * 48 * @param string $output Passed by reference. Used to append additional content.48 * @param string $output Used to append additional content (passed by reference). 49 49 * @param int $depth Optional. Depth of the current comment. Default 0. 50 50 * @param array $args Optional. Uses 'style' argument for type of HTML list. Default empty array. … … 74 74 * @global int $comment_depth 75 75 * 76 * @param string $output Passed by reference. Used to append additional content.76 * @param string $output Used to append additional content (passed by reference). 77 77 * @param int $depth Optional. Depth of the current comment. Default 0. 78 78 * @param array $args Optional. Will only append content if style argument value is 'ol' or 'ul'.
Note: See TracChangeset
for help on using the changeset viewer.