Changeset 24377 for trunk/wp-includes/comment-template.php
- Timestamp:
- 05/28/2013 03:29:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r24337 r24377 1326 1326 * @param array $args 1327 1327 */ 1328 function start_el( &$output, $comment, $depth , $args, $id = 0 ) {1328 function start_el( &$output, $comment, $depth = 0, $args = array(), $id = 0 ) { 1329 1329 $depth++; 1330 1330 $GLOBALS['comment_depth'] = $depth;
Note: See TracChangeset
for help on using the changeset viewer.