Make WordPress Core

Changes between Initial Version and Version 7 of Ticket #41517


Ignore:
Timestamp:
10/01/2020 11:08:46 PM (4 years ago)
Author:
SergeyBiryukov
Comment:

Thanks for the follow-up!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41517

    • Property Status changed from new to closed
    • Property Component changed from General to Bundled Theme
    • Property Milestone changed from Awaiting Review to
    • Property Resolution changed from to worksforme
    • Property Severity changed from normal to minor
  • Ticket #41517 – Description

    initial v7  
    11Fresh install of 4.8 using Twenty Seventeen Theme with no active plugins. Editing an already published page and clicking Preview Changes activates the "Schedule" button instead of "Update."
    22This is only a minor irritation, since clicking "Schedule" immediately changes the button back to "Update," but each click does produce a new revision, and even the "schedule" option actually performs the "Update" action.
     3
    34Before "Preview Changes" Button clicked:
     5{{{
    46<div id="publishing-action">
    57<span class="spinner"></span>
     
    79                <input name="save" type="submit" class="button button-primary button-large" id="publish" value="Update">
    810</div>
     11}}}
    912After "Preview Changes" Button clicked :
     13{{{
    1014<div id="publishing-action">
    1115<span class="spinner"></span>
     
    1317                <input name="save" type="submit" class="button button-primary button-large" id="publish" value="Schedule">
    1418</div>
    15 
     19}}}
    1620JQMIGRATE: Migrate is installed, version 1.4.1
    1721