We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7135159 commit 27856a7Copy full SHA for 27856a7
includes/sanitizers/class-amp-style-sanitizer.php
@@ -1658,7 +1658,7 @@ private function fetch_external_stylesheet( $url ) {
1658
*/
1659
private function get_parsed_stylesheet( $stylesheet, $options = [] ) {
1660
$cached = true;
1661
- $cache_group = 'amp-parsed-stylesheet-v39'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.
+ $cache_group = 'amp-parsed-stylesheet-v40'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.
1662
$use_transients = $this->should_use_transient_caching();
1663
1664
// @todo If ValidationExemption::is_px_verified_for_node( $this->current_node ) then keep !important.
0 commit comments