Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #43316, comment 2


Ignore:
Timestamp:
02/20/2018 09:44:30 AM (7 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43316, comment 2

    v4 v5  
    1010 - Create or update autosaves for the autosave author.
    1111
    12 TODO: either add `post_type_supports( $existing_post->post_type, 'revisions' )` or consider adding `autosave` as another setting for post_type_supports.
     12TODO: either add another conditional `post_type_supports( $existing_post->post_type, 'revisions' )` or consider adding `autosave` as another setting for post_type_supports.