wp/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
--- 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.