Changes between Initial Version and Version 7 of Ticket #41517
- Timestamp:
- 10/01/2020 11:08:46 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41517
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
General
toBundled Theme
-
Property
Milestone
changed from
Awaiting Review
to -
Property
Resolution
changed from
to
worksforme
-
Property
Severity
changed from
normal
tominor
-
Property
Status
changed from
-
Ticket #41517 – Description
initial v7 1 1 Fresh 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." 2 2 This 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 3 4 Before "Preview Changes" Button clicked: 5 {{{ 4 6 <div id="publishing-action"> 5 7 <span class="spinner"></span> … … 7 9 <input name="save" type="submit" class="button button-primary button-large" id="publish" value="Update"> 8 10 </div> 11 }}} 9 12 After "Preview Changes" Button clicked : 13 {{{ 10 14 <div id="publishing-action"> 11 15 <span class="spinner"></span> … … 13 17 <input name="save" type="submit" class="button button-primary button-large" id="publish" value="Schedule"> 14 18 </div> 15 19 }}} 16 20 JQMIGRATE: Migrate is installed, version 1.4.1 17 21