Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #7392, comment 15


Ignore:
Timestamp:
01/24/2013 04:00:05 AM (12 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7392, comment 15

    v1 v2  
    66i've noticed this doesn't get fired on new posts if i create a post and publish it with just a title without entering any content.
    77
    8 in addition to the extra autosave, this winds up creating an extra revision, so creating a post with title and content starts out with two revisions, the 1st one is title only, the 2nd has title and content. thats confusing to users - see #9843. the current patch seems to do too much by checking for duplication, can we just check for the initial state you mention and skip the first and only the first autosave?
     8in addition to the extra autosave, this winds up creating an extra revision when creating a new post, so creating a post with title and content starts out with two revisions, the 1st one is title only, the 2nd has title and content. thats confusing to users - see #9843. the current patch seems to do too much by checking for duplication, can we just check for the initial state you mention and skip the first and only the first autosave?
    99
    1010going to test the current patch anyway.