Changeset 61527 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
- Timestamp:
- 01/26/2026 03:17:00 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
r61486 r61527 674 674 * either through a STYLE end tag or a prefix of one which might become a 675 675 * full end tag when combined with the contents of other styles. 676 * 677 * @see WP_Customize_Custom_CSS_Setting::validate() 676 678 * 677 679 * @param string $css CSS to validate. … … 708 710 * when analyzed on their own. The first style was likely the result of 709 711 * improper truncation, while the second is perfectly sound. It was only 710 * through concatenation that these two s cripts combined to form content712 * through concatenation that these two styles combined to form content 711 713 * that would have broken out of the containing STYLE element, thus 712 714 * corrupting the page and potentially introducing security issues.
Note: See TracChangeset
for help on using the changeset viewer.