- Timestamp:
- 11/26/2024 09:15:31 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
r56586 r59462 172 172 $term_count = wp_count_terms( $this->get_taxonomies_query_args( $taxonomy ) ); 173 173 174 return (int) ceil( $term_count / wp_sitemaps_get_max_urls( $this->object_type ) );174 return (int) ceil( (int) $term_count / wp_sitemaps_get_max_urls( $this->object_type ) ); 175 175 } 176 176
Note: See TracChangeset
for help on using the changeset viewer.