Changeset 8383 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-rest/wordpresstv-rest.php
- Timestamp:
- 03/01/2019 09:40:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-rest/wordpresstv-rest.php
r8382 r8383 180 180 $taxonomy = $taxonomies[ $method ]; 181 181 $taxonomy_obj = get_taxonomy( $taxonomy ); 182 $total_count = wp_count_terms( $taxonomy, array( 'hide_empty 182 $total_count = wp_count_terms( $taxonomy, array( 'hide_empty' => true ) ); 183 183 184 184 $page = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;
Note: See TracChangeset
for help on using the changeset viewer.