From b40bc85424c45ea5d60387d0adc29bb0ee91974e Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 25 Feb 2015 23:48:27 +0000 Subject: [PATCH] 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 --- Gruntfile.js | 2 +- src/wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 04c2caf97c..a48351ec31 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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, diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 454584c9a2..17f96cca19 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -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.