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:
parent
fcff169970
commit
44549d4918
@ -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 + "';";
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user