Making WordPress.org


Ignore:
Timestamp:
05/24/2016 04:49:07 AM (10 years ago)
Author:
dd32
Message:

Plugin Directory: Rename Tags to Categories and add the extra taxonomies we plan on using.

See #1573

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php

    r3224 r3225  
    3030                'post_type'       => 'plugin',
    3131                'posts_per_page'  => 4,
    32                 'plugin_category' => $section_slug,
     32                'plugin_section' => $section_slug,
    3333            );
    3434
     
    3636                $section_args['meta_key'] = 'active_installs';
    3737                $section_args['orderby']  = 'meta_value_num';
    38                 unset( $section_args['plugin_category'] );
     38                unset( $section_args['plugin_section'] );
    3939            endif;
    4040
Note: See TracChangeset for help on using the changeset viewer.