removed hestia html identifiers

main
Rich Hall 4 years ago
parent 46af504560
commit ff8f3e193f

@ -9420,13 +9420,10 @@
"description": "Hestia is a modern WordPress theme for professionals a multipurpose one-page design, widgetized footer, blog/news page, and a clean look.", "description": "Hestia is a modern WordPress theme for professionals a multipurpose one-page design, widgetized footer, blog/news page, and a clean look.",
"icon": "themeisle.png", "icon": "themeisle.png",
"dom": [ "dom": [
"link[rel='stylesheet'][id*='hestia-style-css']", "link[id*='hestia']",
"body[class*='hestia-theme']" "body[class*='hestia-theme']"
], ],
"html": [ "scripts": "themes/hestia.*\\.js\\?ver=([0-9.]+)\\;version:\\1",
"<link[^>]* href=[\\'\"][^']+hestia/.*\\.css\\?ver=([0-9.]+)\\;version:\\1",
"<script[^>]* src=[\\'\"][^']+themes/hestia.*\\.js\\?ver=([0-9.]+)\\;version:\\1"
],
"requires": "WordPress", "requires": "WordPress",
"website": "https://themeisle.com/themes/hestia/" "website": "https://themeisle.com/themes/hestia/"
}, },