- Timestamp:
- 02/16/2026 10:38:01 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/custom-css.php
r61302 r61654 37 37 * malicious attempts to close </style> and open a <script>. 38 38 */ 39 echo wp_strip_all_tags( $css ); // phpcs:ignore WordPress.Security.EscapeOutput39 echo wp_strip_all_tags( $css ); 40 40 } 41 41 return $css;
Note: See TracChangeset
for help on using the changeset viewer.