- Timestamp:
- 10/01/2023 12:20:53 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-renderer.php
r55210 r56752 132 132 if ( ! empty( $index_xml ) ) { 133 133 // All output is escaped within get_sitemap_index_xml(). 134 // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped135 134 echo $index_xml; 136 135 } … … 197 196 if ( ! empty( $sitemap_xml ) ) { 198 197 // All output is escaped within get_sitemap_xml(). 199 // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped200 198 echo $sitemap_xml; 201 199 }
Note: See TracChangeset
for help on using the changeset viewer.