Changeset 35623
- Timestamp:
- 11/11/2015 11:33:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r35621 r35623 2952 2952 $maybe_empty = 'attachment' !== $post_type 2953 2953 && ! $post_content && ! $post_title && ! $post_excerpt 2954 && ! $update2955 2954 && post_type_supports( $post_type, 'editor' ) 2956 2955 && post_type_supports( $post_type, 'title' )
Note: See TracChangeset
for help on using the changeset viewer.