Changes between Version 4 and Version 5 of Ticket #23530
- Timestamp:
- 02/19/2013 11:53:55 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23530 – Description
v4 v5 31 31 ); 32 32 33 $non_empty_directories = get_terms( 'attachment_directories', $args 3);33 $non_empty_directories = get_terms( 'attachment_directories', $args ); 34 34 35 35 //$non_empty_directories is an empty array(), but it should return the ID of the 'parent' term.