Merge pull request #2713 from westonruter/add/amp-plugin

Add official AMP plugin for WordPress
main
Elbert Alias 6 years ago committed by GitHub
commit 5600270f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,6 +115,20 @@
"icon": "Accelerated-Mobile-Pages.svg", "icon": "Accelerated-Mobile-Pages.svg",
"website": "https://www.ampproject.org" "website": "https://www.ampproject.org"
}, },
"AMP Plugin": {
"cats": [
1,
5
],
"icon": "Accelerated-Mobile-Pages.svg",
"implies": [
"WordPress"
],
"meta": {
"generator": "^AMP Plugin v(\\d+\\.\\d+.*)$\\;version:\\1"
},
"website": "https://amp-wp.org"
},
"Azure": { "Azure": {
"cats": [ "cats": [
62 62
@ -11574,7 +11588,6 @@
], ],
"html": [ "html": [
"<link rel=[\"']stylesheet[\"'] [^>]+/wp-(?:content|includes)/", "<link rel=[\"']stylesheet[\"'] [^>]+/wp-(?:content|includes)/",
"<div[^>]*class=[\"']amp-wp-",
"<link[^>]+s\\d+\\.wp\\.com" "<link[^>]+s\\d+\\.wp\\.com"
], ],
"icon": "WordPress.svg", "icon": "WordPress.svg",