Changeset 37051
- Timestamp:
- 03/22/2016 05:43:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-comment.php
r37050 r37051 124 124 * @see wp_list_comments() 125 125 * 126 * @param object $element Data object.126 * @param WP_Comment $element Data object. 127 127 * @param array $children_elements List of elements to continue traversing. Passed by reference. 128 128 * @param int $max_depth Max depth to traverse. … … 166 166 * 167 167 * @param string $output Used to append additional content. Passed by reference. 168 * @param object $comment Comment data object.168 * @param WP_Comment $comment Comment data object. 169 169 * @param int $depth Optional. Depth of the current comment in reference to parents. Default 0. 170 170 * @param array $args Optional. An array of arguments. Default empty array. … … 255 255 * @see wp_list_comments() 256 256 * 257 * @param object $comment Comment to display.257 * @param WP_Comment $comment Comment to display. 258 258 * @param int $depth Depth of the current comment. 259 259 * @param array $args An array of arguments. … … 314 314 * @see wp_list_comments() 315 315 * 316 * @param object $comment Comment to display.316 * @param WP_Comment $comment Comment to display. 317 317 * @param int $depth Depth of the current comment. 318 318 * @param array $args An array of arguments.
Note: See TracChangeset
for help on using the changeset viewer.