--- a/wp/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php Fri Sep 05 18:40:08 2025 +0200
@@ -60,7 +60,8 @@
*/
public function get_url_list( $page_num, $object_subtype = '' ) {
// Restores the more descriptive, specific name for use within this method.
- $taxonomy = $object_subtype;
+ $taxonomy = $object_subtype;
+
$supported_types = $this->get_object_subtypes();
// Bail early if the queried taxonomy is not supported.