Make WordPress Core

Changeset 14747


Ignore:
Timestamp:
05/19/2010 05:24:28 PM (14 years ago)
Author:
westi
Message:

Mark the ULs containing child pages in the page Walker. Fixes #13254 props GDragoN.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/classes.php

    r14711 r14747  
    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
Note: See TracChangeset for help on using the changeset viewer.