Revisions: add a 'wp_prepare_revision_for_js' filter.

Props jtsternberg, adamsilverstein.
Fixes #28627.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-09-25 14:04:24 +00:00
parent 1de01f31bc
commit 8a8e6557d0
2 changed files with 12 additions and 2 deletions

View File

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