Changeset 22989
- Timestamp:
- 12/03/2012 06:28:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r22921 r22989 4922 4922 return; 4923 4923 4924 if ( 'auto-draft' == $post['post_status'] ) 4925 return; 4926 4924 4927 if ( !post_type_supports($post['post_type'], 'revisions') ) 4925 4928 return;
Note: See TracChangeset
for help on using the changeset viewer.