Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #30937


Ignore:
Timestamp:
01/21/2015 05:11:42 PM (10 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30937 – Description

    initial v5  
    1919 * The capability to publish a `wp_transaction` post can be limited by role, allowing 'Customizer contributors' to submit settings as pending review.
    2020 * Settings can be scheduled for going live at a later date by saving the transaction post simply with `post_status=future`
    21  * With each save in the Customizer resulting in a new transaction post being created, then there is Customizer revision history.
     21 * With each save in the Customizer resulting in a new transaction post being created, then there is Customizer revision history (see #31088, #31089)
    2222 * Accessing the Customizer preview for a transaction needs no special capabilities since the transaction is updated by an authorized user via single Ajax request. This means that Customizer previews (frontend URLs with the transaction UUID amended) can be shared for anonymous users to review.
    2323