Skip to content

Commit

Permalink
Add a space between the package name and version in the X-Generator h…
Browse files Browse the repository at this point in the history
…eader.
  • Loading branch information
bradyvercher committed Dec 21, 2018
1 parent 131e915 commit 42e25cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/makepot.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = function( grunt ) {
});

options.cwd = path.resolve( process.cwd(), options.cwd );
options.potHeaders['x-generator'] = 'grunt-wp-i18n' + pkg.version;
options.potHeaders['x-generator'] = 'grunt-wp-i18n ' + pkg.version;
options.potFile = options.potFilename;

wpi18n.makepot( options )
Expand Down

0 comments on commit 42e25cb

Please sign in to comment.