WordPress/wp-includes/sitemaps/providers
Sergey Biryukov 6fe59c4bdc Sitemaps: Check the result of get_term_link() when collecting the URLs in WP_Sitemaps_Taxonomies::get_url_list().
This avoids a PHP warning during sitemap generation if `get_term_link()` returns an error, e.g. due to term ID being shared between multiple taxonomies.

Additionally, pass the `$taxonomy` argument to `get_term_link()` to properly disambiguate the call.

Props dd32.
Fixes #51416.
Built from https://develop.svn.wordpress.org/trunk@49137


git-svn-id: http://core.svn.wordpress.org/trunk@48899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-13 15:04:07 +00:00
..
class-wp-sitemaps-posts.php Sitemaps: Ensure entry for ‘page’ post type sitemap in index. 2020-07-14 12:26:02 +00:00
class-wp-sitemaps-taxonomies.php Sitemaps: Check the result of get_term_link() when collecting the URLs in WP_Sitemaps_Taxonomies::get_url_list(). 2020-10-13 15:04:07 +00:00
class-wp-sitemaps-users.php Docs: Remove unnecessary variables names from @return tags. 2020-06-19 22:55:12 +00:00