Changes between Version 1 and Version 2 of Ticket #19958, comment 15
- Timestamp:
- 09/30/2013 10:01:25 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19958, comment 15
v1 v2 6 6 7 7 check this 3639 8 {{{ 8 9 if ( array_intersect( $post_type, $hierarchical_post_types ) == count($post_type) ) 9 10 return $pages; 10 11 }}} 11 12 this should be a not the same return need to check the output of array_intersect maybe use array_diff