Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21240, comment 21


Ignore:
Timestamp:
08/25/2012 07:47:10 PM (13 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21240, comment 21

    initial v1  
    88
    99{{{
    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 );
    1212}}}
    1313