Fix detection for Twenty Twenty-Two and Twenty Twenty-Three.

main
Felix Arntz 2 years ago
parent 6b34e12fac
commit c9a12ef483
No known key found for this signature in database
GPG Key ID: 51E527C8F5670BE7

@ -2932,8 +2932,12 @@
"cats": [ "cats": [
80 80
], ],
"css": "\\/wp-content\\/themes\\/twentytwentythree\\/assets\\/fonts\\/",
"description": "Twenty Twenty-Three is the default WordPress theme for 2023.", "description": "Twenty Twenty-Three is the default WordPress theme for 2023.",
"dom": {
"style#webfonts-inline-css": {
"text": "/wp-content/themes/twentytwentythree/assets/fonts/"
}
},
"icon": "WordPress.svg", "icon": "WordPress.svg",
"pricing": [ "pricing": [
"freemium" "freemium"
@ -2945,9 +2949,15 @@
"cats": [ "cats": [
80 80
], ],
"css": "\\/wp-content\\/themes\\/twentytwentytwo\\/assets\\/fonts\\/",
"description": "Twenty Twenty-Two is the default WordPress theme for 2022.", "description": "Twenty Twenty-Two is the default WordPress theme for 2022.",
"dom": "link#twentytwentytwo-style-css", "dom": [
"link#twentytwentytwo-style-css",
{
"style#webfonts-inline-css": {
"text": "/wp-content/themes/twentytwentytwo/assets/fonts/"
}
}
],
"icon": "WordPress.svg", "icon": "WordPress.svg",
"pricing": [ "pricing": [
"freemium" "freemium"

Loading…
Cancel
Save