Make WordPress Core


Ignore:
Timestamp:
10/08/2015 01:03:39 AM (9 years ago)
Author:
johnbillion
Message:

Revert [34917] until the broken test is fixed.

See #13382

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/revision.php

    r34917 r34925  
    5555    $return = array();
    5656
    57     foreach ( _wp_post_revision_fields( $post ) as $field => $name ) {
     57    foreach ( _wp_post_revision_fields() as $field => $name ) {
    5858        /**
    5959         * Contextually filter a post revision field.
Note: See TracChangeset for help on using the changeset viewer.