Make WordPress Core

Ticket #26751: 26751.5.patch

File 26751.5.patch, 483 bytes (added by azaozz, 12 years ago)
  • Gruntfile.js

     
    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                                                        /* jshint quotmark: true */
    8889                                                        return "$wp_version = '" + version + "';";
    8990                                                });
    9091                                        }