Fix double quote jshint warning in Gruntfile.js, fixes #26751

git-svn-id: https://develop.svn.wordpress.org/trunk@28620 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-05-29 19:33:00 +00:00
parent fcff169970
commit 44549d4918
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ module.exports = function(grunt) {
// If the version includes an SVN commit (-12345), it's not a released alpha/beta. Append a date.
version = version.replace( /-[\d]{5}$/, '-' + grunt.template.today( 'yyyymmdd' ) );
/* jshint quotmark: true */
return "$wp_version = '" + version + "';";
});
}