Ticket #5614: end_el-nonl.patch
File end_el-nonl.patch, 329 bytes (added by , 16 years ago) |
---|
-
wp-includes/classes.php
573 573 } 574 574 575 575 function end_el($output, $page, $depth) { 576 $output .= "</li> \n";576 $output .= "</li>"; 577 577 578 578 return $output; 579 579 }