array( 'title' => __( 'Category Depth', APP_TD ), 'type' => 'select', 'name' => array( $prefix, 'depth' ), 'values' => array( '999' => __( 'Show All', APP_TD ), '0' => '0', '1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6', '7' => '7', '8' => '8', '9' => '9', '10' => '10', ), 'tip' => __( 'How many levels deep should the category tree traverse?', APP_TD ), ),
There are currently 1 users browsing this thread. (0 members and 1 guests)