Make WordPress Core

Ticket #26751: 26751.4.diff

File 26751.4.diff, 998 bytes (added by netweb, 12 years ago)
  • Gruntfile.js

    diff --git Gruntfile.js Gruntfile.js
    index 9f4d3fe..e7e1262 100644
    module.exports = function(grunt) { 
    8585                                                        // If the version includes an SVN commit (-12345), it's not a released alpha/beta. Append a date.
    8686                                                        version = version.replace( /-[\d]{5}$/, '-' + grunt.template.today( 'yyyymmdd' ) );
    8787
    88                                                         return "$wp_version = '" + version + "';";
     88                                                        return '$wp_version = \'' + version + '\';';
    8989                                                });
    9090                                        }
    9191                                },