Make WordPress Core

Ticket #5614: end_el-nonl.patch

File end_el-nonl.patch, 329 bytes (added by gtim, 16 years ago)
  • wp-includes/classes.php

     
    573573        }
    574574
    575575        function end_el($output, $page, $depth) {
    576                 $output .= "</li>\n";
     576                $output .= "</li>";
    577577
    578578                return $output;
    579579        }