# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: F:\xampp\htdocs\projects\wordpress\wordpress-svn\src\wp-includes\sitemaps\providers
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
99 | 99 | |
100 | 100 | if ( ! empty( $taxonomy_terms->terms ) ) { |
101 | 101 | foreach ( $taxonomy_terms->terms as $term ) { |
| 102 | if(empty($term)){ |
| 103 | continue; |
| 104 | } |
102 | 105 | $sitemap_entry = array( |
103 | 106 | 'loc' => get_term_link( $term ), |
104 | 107 | ); |