[wp-trac] [WordPress Trac] #11838: Add hierarchical taxonomies to the Menu bar
WordPress Trac
wp-trac at lists.automattic.com
Sun Jan 24 11:11:21 UTC 2010
#11838: Add hierarchical taxonomies to the Menu bar
--------------------------+-------------------------------------------------
Reporter: dd32 | Owner: filosofo
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Taxonomy | Version: 3.0
Severity: normal | Keywords: has-patch
--------------------------+-------------------------------------------------
Comment(by dd32):
(In [12818]) Merge Categories/Hierarchical taxonomies into edit-tags.php.
See #11838
I've left all the category related files and ajax handlers in for now,
Will clean them up afterwards assuming no issues.
A few changes were made in the merge, notably, the handling of searching
and paging.
During searches, the hierarchy cannot be displayed 'correctly', child
nodes will appear as childs of the incorrect term, and root nodes may
duplicate as childs themselves.. Thats why i've disabled the hirachial
display of them for now. - Related #11575
Paging: The final page may display more than per_page, due to the parent
nodes being included in the listing. Its impossible to split these into
extra pages due to the paging being determined before the category listing
is created.
Strings: the entire taxonomy editing section needs new strings, to either
make them generic (non tag/category) or to support them being specified.
I'm thinking that 'edit_label', 'label_plural', 'new_label', etc may be
needed upon taxonomy registration (Else, fall back to a generic string).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11838#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list