Changes between Initial Version and Version 1 of Ticket #4870
- Timestamp:
- 08/30/07 14:58:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4870
- Property Milestone changed from 2.2.3 to 2.3
-
Ticket #4870 – Description
initial v1 8 8 9 9 {{{ 10 $cat_children = get_categories(11 array(12 'child_of'=> 1,13 'hide_empty'=> false,14 );10 $cat_children = get_categories( 11 array( 12 'child_of' => 1, 13 'hide_empty' => false, 14 ); 15 15 ); 16 16
