Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#10796 closed defect (bug) (duplicate)

Display of Categories on wp-admin/edit.php while using Quickedit-Feature

Reported by: f-j-kaiser's profile F J Kaiser Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.8.3
Component: Quick/Bulk Edit Keywords:
Focuses: Cc:

Description

Hi, my english is not the best, but i hope you get my point anyway.

What i tried to do: Assigning posts to subcategories. I used the post mass-editing screen and the "quick edit"-ajax function.

What makes a problem: In the dropdown, you can´t difference parent and subcategories(, like you could do in the sinlge-post-editing screen).

I took a look at the root/wp-admin/post-new.php-file which calls the root/wp-admin/edit-form-advanced.php-file that is then used for editing a single post. line 341 show the use of "wp_dropdown_categories" with use of "hierachical" true, so the drop-down makes a difference. when taking a look at woot/wp-admin/edit.php-file (which is the file used for the mass-editing-screen) i found on line 236-239 that there is still "wp_dropdown_categories" in use with "hierarchical" set to 'true', but the drop-down isn´t sorting the categories hierarchical or making a text-intend for child-categories.

is don´t know if this a bug. Hope someone over here can handle and fix this. thanks!

Change History (3)

#1 @F J Kaiser
15 years ago

does anyone know what i mean (and maybe knows a way to solve this issue)?

#2 @F J Kaiser
14 years ago

  • Milestone changed from Unassigned to Future Release

#3 @nacin
14 years ago

  • Milestone Future Release deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.