Ticket #45498: 45498.patch
File 45498.patch, 496 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/class-walker-comment.php
176 176 177 177 if ( ! empty( $args['callback'] ) ) { 178 178 ob_start(); 179 call_user_func( $args['callback'], $comment, $ args, $depth);179 call_user_func( $args['callback'], $comment, $depth, $args ); 180 180 $output .= ob_get_clean(); 181 181 return; 182 182 }