From efcf7cedffde41b6f7fe38f8ad0ebb6d788e7b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Thu, 21 Sep 2023 12:00:19 +0200 Subject: [PATCH] Updated wp-pot configuration for 1.10 --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index e985cd11..f8daf844 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -195,7 +195,9 @@ gulp.task( wpPot({ bugReport: 'https://github.com/skaut/crdm-modern/issues', domain: 'crdm-modern', + package: 'crdm-modern', relativeTo: 'src/php', + includePOTCreationDate: false, }) ) .pipe(gulp.dest('src/languages/crdm-modern.pot'));