PressThis: go back to loading the minified bookmarklet content with file_get_contents(). Add Grunt task to minify bookmarklet.js on precommit and update it in /src. See #31373.

Built from https://develop.svn.wordpress.org/trunk@31545


git-svn-id: http://core.svn.wordpress.org/trunk@31526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-02-25 20:16:24 +00:00
parent 0c45c387be
commit 3146475ed8
2 changed files with 6 additions and 31 deletions

View File

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