Press This: add press-this.css to the list of stylesheets that are minified. Bump wp_version. See #31373.

git-svn-id: https://develop.svn.wordpress.org/trunk@31547 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-02-25 23:48:27 +00:00
parent 3d36949893
commit b40bc85424
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ module.exports = function(grunt) {
},
cssmin: {
options: {
'wp-admin': ['wp-admin', 'color-picker', 'customize-controls', 'customize-widgets', 'ie', 'install', 'login', 'deprecated-*']
'wp-admin': ['wp-admin', 'color-picker', 'customize-controls', 'customize-widgets', 'ie', 'install', 'login', 'press-this', 'deprecated-*']
},
core: {
expand: true,

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31007-src';
$wp_version = '4.2-alpha-31546-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.