diff --git a/modules/taxonomy.views.inc b/modules/taxonomy.views.inc index 7b0dfeee75ea6889df689618790d461c149c3c64..58d62d14676794a57c348dfd22a2b0afbd17c346 100644 --- a/modules/taxonomy.views.inc +++ b/modules/taxonomy.views.inc @@ -360,6 +360,10 @@ function taxonomy_views_data() { 'field' => 'parent', 'label' => t('Parent'), ), + 'filter' => array( + 'help' => t('Filter the results of "Taxonomy: Term" by the parent pid.'), + 'handler' => 'views_handler_filter_numeric', + ), 'argument' => array( 'help' => t('The parent term of the term.'), 'handler' => 'views_handler_argument_taxonomy',