Make WordPress Core


Ignore:
Timestamp:
10/05/2008 04:43:52 AM (16 years ago)
Author:
azaozz
Message:

Quick Edit for Tags, Categories and Link Categories, improvements to handling errors in quick and bulk edit.

File:
1 edited

Legend:

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

    r8964 r9083  
    14031403
    14041404        $cat_name = apply_filters('list_cats', $category->name, $category);
    1405         $output .= "\t<option value=\"".$category->term_id."\"";
     1405        $output .= "\t<option class=\"level-$depth\" value=\"".$category->term_id."\"";
    14061406        if ( $category->term_id == $args['selected'] )
    14071407            $output .= ' selected="selected"';
Note: See TracChangeset for help on using the changeset viewer.