Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16215, comment 36


Ignore:
Timestamp:
03/06/2013 05:10:08 AM (12 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16215, comment 36

    initial v1  
    1717  * testing existing post data with the new revisions system the data (i believe) looks fine, restores work correctly, and the current version of the post is used for comparisons: in the one handle mode the current post is compared to all previous revisions; in the two handle mode, the leftmost handle position represents the current post version (and data is pulled from). the language properly indicates the 'current version' is being compared. this could use more testing!
    1818
    19 I already created 16215.5.diff implementing fix 2 above, after this fix when users click update on a post the system does two things:
     19I already created 16215.3.diff implementing fix 2 above, after this fix when users click update on a post the system does two things:
    2020  * saves the post to the database
    2121  * stores a copy of the post data as a revision