Revert [34917] until the broken test is fixed.

See #13382


git-svn-id: https://develop.svn.wordpress.org/trunk@34925 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2015-10-08 01:03:39 +00:00
parent ebbe91ad8d
commit 88779c7b67
4 changed files with 8 additions and 15 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ function wp_get_revision_ui_diff( $post, $compare_from, $compare_to ) {
$return = array();
foreach ( _wp_post_revision_fields( $post ) as $field => $name ) {
foreach ( _wp_post_revision_fields() as $field => $name ) {
/**
* Contextually filter a post revision field.
*