Changes between Initial Version and Version 4 of Ticket #23530
- Timestamp:
- 02/19/2013 11:53:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23530
- Property Cc ms@… added
-
Property
Component
changed from
General
toTaxonomy
-
Ticket #23530 – Description
initial v4 9 9 10 10 Code: 11 11 {{{ 12 12 register_taxonomy( 'attachment_directories', 'attachment' ); 13 13 … … 33 33 $non_empty_directories = get_terms( 'attachment_directories', $args3 ); 34 34 35 //$non_empty_directories is an empty array(), but it should return the ID of //the 'parent' term. 36 37 38 35 //$non_empty_directories is an empty array(), but it should return the ID of the 'parent' term. 36 }}}