From 9f86edc653a1daac89403f8f3850279e1b9d9cbf Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 23 Dec 2013 11:34:58 +0100 Subject: [PATCH] Improve wordpress detection pattern taking into account simple quote for rel attribute. Add wp-includes in addition of wp-content --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index adaba4689..bfa7a1e1d 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2846,7 +2846,7 @@ "website": "wordpress.org", "cats": [ 1, 11 ], "meta": { "generator": "WordPress( [\\d.]+)?\\;version:\\1" }, - "html": "]+wp-content", + "html": "]+(?:wp-content|wp-includes)", "env": "^wp_username$", "implies": "PHP" },