Ticket #26751: 26751.4.diff
| File 26751.4.diff, 998 bytes (added by , 12 years ago) |
|---|
-
Gruntfile.js
diff --git Gruntfile.js Gruntfile.js index 9f4d3fe..e7e1262 100644
module.exports = function(grunt) { 85 85 // If the version includes an SVN commit (-12345), it's not a released alpha/beta. Append a date. 86 86 version = version.replace( /-[\d]{5}$/, '-' + grunt.template.today( 'yyyymmdd' ) ); 87 87 88 return "$wp_version = '" + version + "';";88 return '$wp_version = \'' + version + '\';'; 89 89 }); 90 90 } 91 91 },