From fd42c5e3883a38bbe7a7e5d45b9e614930ae7727 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Thu, 24 Oct 2019 07:17:00 -0300 Subject: [PATCH] Check text domains in libraries --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8c6edeae6c8..ab292682a81 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -229,7 +229,6 @@ module.exports = function( grunt ) { files: { src: [ '**/*.php', // Include all files - '!includes/libraries/**', // Exclude libraries/ '!node_modules/**', // Exclude node_modules/ '!tests/**', // Exclude tests/ '!vendor/**', // Exclude vendor/