Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #43316, comment 32


Ignore:
Timestamp:
03/11/2018 06:08:05 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43316, comment 32

    v1 v2  
    33This is still going to be an "automatic" decision. We will need a good method of determining when the post data is sufficiently different, `strlen()` may work but some basic diff that counts the changes would be better.
    44
    5 Basically we will "redirect" a draft autosave requests to do "full" save (update the post + create a revision) when the content of the autosave is sufficiently different from the last draft.
     5Basically we will "redirect" a draft autosave requests to do "full" save (update the post + create a revision) when the content of the autosave is sufficiently different from the last revision.