Added version detection on CSS link

main
Rich Hall 4 years ago
parent bc3e79e1d6
commit e2040119d1

@ -2409,7 +2409,10 @@
"low", "low",
"freemium" "freemium"
], ],
"html": "<!--\\[if IE]>*.<script.*\/themes\/astra", "html": [
"<link[^>]* href=[\\'\"][^']+wp-content/themes/astra/.*\\.css\\?ver=([0-9.]+)\\;version:\\1",
"<!--\\[if IE]>*.<script.*\/themes\/astra"
],
"dom": [ "dom": [
"style[id*='astra-theme']", "style[id*='astra-theme']",
"script[id*='astra-theme']" "script[id*='astra-theme']"