- Timestamp:
- 08/21/2020 10:30:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
r48782 r48840 151 151 } 152 152 153 $term_count = wp_count_terms( $t axonomy, $this->get_taxonomies_query_args( $taxonomy ) );153 $term_count = wp_count_terms( $this->get_taxonomies_query_args( $taxonomy ) ); 154 154 155 155 return (int) ceil( $term_count / wp_sitemaps_get_max_urls( $this->object_type ) );
Note: See TracChangeset
for help on using the changeset viewer.