mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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 + "';";
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user