Changeset 3225 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
- Timestamp:
- 05/24/2016 04:49:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
r3224 r3225 30 30 'post_type' => 'plugin', 31 31 'posts_per_page' => 4, 32 'plugin_ category' => $section_slug,32 'plugin_section' => $section_slug, 33 33 ); 34 34 … … 36 36 $section_args['meta_key'] = 'active_installs'; 37 37 $section_args['orderby'] = 'meta_value_num'; 38 unset( $section_args['plugin_ category'] );38 unset( $section_args['plugin_section'] ); 39 39 endif; 40 40
Note: See TracChangeset
for help on using the changeset viewer.