PressThis:

- Remove unneeded passing of post formats strings to JS.
- Set the currently selected post format name with jQuery.
See #31373.
Built from https://develop.svn.wordpress.org/trunk@31589


git-svn-id: http://core.svn.wordpress.org/trunk@31570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-02-28 20:08:27 +00:00
parent 8ecb7f5d1e
commit 8164f8fe0e
4 changed files with 6 additions and 27 deletions

View File

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