Make WordPress Core

Ticket #13254: classes.13254.diff

File classes.13254.diff, 359 bytes (added by GDragoN, 14 years ago)
  • classes.php

     
    11551155         */
    11561156        function start_lvl(&$output, $depth) {
    11571157                $indent = str_repeat("\t", $depth);
    1158                 $output .= "\n$indent<ul>\n";
     1158                $output .= "\n$indent<ul class='children'>\n";
    11591159        }
    11601160
    11611161        /**