- Timestamp:
- 10/01/2023 12:20:53 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php
r55210 r56752 26 26 27 27 if ( 'sitemap' === $type ) { 28 // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- All contentescaped below.28 // All content is escaped below. 29 29 echo $this->get_sitemap_stylesheet(); 30 30 } 31 31 32 32 if ( 'index' === $type ) { 33 // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- All contentescaped below.33 // All content is escaped below. 34 34 echo $this->get_sitemap_index_stylesheet(); 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.