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 f5290d5 commit ee6f7c7Copy full SHA for ee6f7c7
includes/sanitizers/class-amp-style-sanitizer.php
@@ -1645,7 +1645,7 @@ private function fetch_external_stylesheet( $url ) {
1645
*/
1646
private function get_parsed_stylesheet( $stylesheet, $options = [] ) {
1647
$cached = true;
1648
- $cache_group = 'amp-parsed-stylesheet-v38'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.
+ $cache_group = 'amp-parsed-stylesheet-v39'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.
1649
$use_transients = $this->should_use_transient_caching();
1650
1651
// @todo If ValidationExemption::is_px_verified_for_node( $this->current_node ) then keep !important.
0 commit comments