Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #24131, comment 1


Ignore:
Timestamp:
04/18/2013 11:18:47 PM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24131, comment 1

    v1 v2  
    22
    33- Don't use a nonce for previews, instead check the revision author before substituting the content. This keeps previews behaviour the same in most cases.
    4 - Allow preview links to be shared for published posts. Currently it's not possible to share a preview link as the nonce is unique for each user. This makes sense while an author is writing a new post but prevents editors/other users of easily previewing changes to published posts. All users still need the 'edit_post_id' cap to preview changes.
     4- Allow preview links to be shared for published posts. Currently it's not possible to share a preview link as the nonce is unique for each user. Keeping the latest changes "private" makes sense while an author is writing a new post but prevents editors/other users of easily previewing changes to published posts. All users still need the 'edit_post_id' cap to preview changes.