Make WordPress Core

Changeset 35623


Ignore:
Timestamp:
11/11/2015 11:33:40 PM (9 years ago)
Author:
wonderboymusic
Message:

Revert [35621], breaks XML-RPC unit tests.

See #30775.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-functions.php

    r35621 r35623  
    29522952    $maybe_empty = 'attachment' !== $post_type
    29532953        && ! $post_content && ! $post_title && ! $post_excerpt
    2954         && ! $update
    29552954        && post_type_supports( $post_type, 'editor' )
    29562955        && post_type_supports( $post_type, 'title' )
Note: See TracChangeset for help on using the changeset viewer.