Changeset 3378 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
- Timestamp:
- 06/15/2016 08:30:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
r3338 r3378 33 33 ); 34 34 35 if ( 'popular' === $browse ) :36 $section_args['meta_key'] = ' active_installs';35 if ( 'popular' === $browse ) { 36 $section_args['meta_key'] = '_active_installs'; 37 37 $section_args['orderby'] = 'meta_value_num'; 38 38 unset( $section_args['browse'] ); 39 endif;39 } 40 40 41 41 $section_query = new \WP_Query( $section_args );
Note: See TracChangeset
for help on using the changeset viewer.