- Timestamp:
- 02/14/2026 11:45:50 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/svg-icons.php
r60536 r61643 19 19 */ 20 20 function twentytwenty_the_theme_svg( $svg_name, $group = 'ui', $color = '' ) { 21 echo twentytwenty_get_theme_svg( $svg_name, $group, $color ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Escaped in twentytwenty_get_theme_svg().21 echo twentytwenty_get_theme_svg( $svg_name, $group, $color ); 22 22 } 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.