From 09fd2ae1383ce197a4694edd22137889c3803e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20S=C3=B8derlind?= Date: Wed, 1 Oct 2025 20:54:25 +0200 Subject: [PATCH] Fix formatting inconsistencies in WordPress instructions file by changing double quotes to single quotes for 'applyTo' and 'description' fields. --- instructions/wordpress.instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions/wordpress.instructions.md b/instructions/wordpress.instructions.md index b429676..2c08bbd 100644 --- a/instructions/wordpress.instructions.md +++ b/instructions/wordpress.instructions.md @@ -1,6 +1,6 @@ --- -applyTo: "wp-content/plugins/**,wp-content/themes/**,**/*.php,**/*.inc,**/*.js,**/*.jsx,**/*.ts,**/*.tsx,**/*.css,**/*.scss,**/*.json" -description: "Coding, security, and testing rules for WordPress plugins and themes" +applyTo: 'wp-content/plugins/**,wp-content/themes/**,**/*.php,**/*.inc,**/*.js,**/*.jsx,**/*.ts,**/*.tsx,**/*.css,**/*.scss,**/*.json' +description: 'Coding, security, and testing rules for WordPress plugins and themes' --- # WordPress Development — Copilot Instructions