Make WordPress Core


Ignore:
Timestamp:
12/05/2008 07:19:24 PM (16 years ago)
Author:
ryan
Message:

post_parent dropdown fixes. get_pages() cache fix to eliminate duplicate queries.

File:
1 edited

Legend:

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

    r10013 r10070  
    12341234        $pad = str_repeat(' ', $depth * 3);
    12351235
    1236         $output .= "\t<option value=\"$page->ID\"";
     1236        $output .= "\t<option class=\"level-$depth\" value=\"$page->ID\"";
    12371237        if ( $page->ID == $args['selected'] )
    12381238            $output .= ' selected="selected"';
Note: See TracChangeset for help on using the changeset viewer.