Remove html identifiers for Sydney theme

main
Rich Hall 3 years ago
parent 313fc4fa9d
commit 46af504560

@ -20615,13 +20615,10 @@
"description": "Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an online presence. Built by aThemes.", "description": "Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an online presence. Built by aThemes.",
"icon": "athemes.png", "icon": "athemes.png",
"dom": [ "dom": [
"link[rel='stylesheet'][id*='sydney-style-css']", "link[id*='sydney-style']",
"body[class*='sydney-theme']" "body[class*='sydney-theme']"
], ],
"html": [ "scripts": "themes/sydney.*\\.js\\?ver=([0-9.]+)\\;version:\\1",
"<link[^>]* href=[\\'\"][^']+sydney/.*\\.css\\?ver=([0-9.]+)\\;version:\\1",
"<script[^>]* src=[\\'\"][^']+themes/sydney.*\\.js\\?ver=([0-9.]+)\\;version:\\1"
],
"requires": "WordPress", "requires": "WordPress",
"website": "https://athemes.com/theme/sydney/" "website": "https://athemes.com/theme/sydney/"
}, },