From 317846f85c62111d063c5c924b90df39b4f90eb3 Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 23 Dec 2013 15:23:55 +0100 Subject: [PATCH] Simplify pattern of wordpress detection --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index bfa7a1e1d..cec65d4ab 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|wp-includes)", + "html": "]+wp-(?:content|includes)", "env": "^wp_username$", "implies": "PHP" },