Changes between Initial Version and Version 1 of Ticket #21240, comment 21
- Timestamp:
- 08/25/2012 07:47:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21240, comment 21
initial v1 8 8 9 9 {{{ 10 294$custom_taxonomies = array_diff( $taxonomies, array( 'category', 'post_tag' ) );11 295$this->taxonomy_columns = array_merge( $this->taxonomy_columns, $custom_taxonomies );10 $custom_taxonomies = array_diff( $taxonomies, array( 'category', 'post_tag' ) ); 11 $this->taxonomy_columns = array_merge( $this->taxonomy_columns, $custom_taxonomies ); 12 12 }}} 13 13