Changes between Initial Version and Version 3 of Ticket #50107
- Timestamp:
- 05/06/2020 07:10:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50107
-
Property
Status
changed from
new
toclosed
-
Property
Version
changed from
5.4
to -
Property
Milestone
changed from
Awaiting Review
to - Property Keywords needs-patch removed
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #50107 – Description
initial v3 2 2 I should be able to see a single revision of a page that's been modified. 3 3 I traced the code down to meta-boxes.php line 1428 4 4 {{{ 5 5 // We should aim to show the revisions meta box only when there are revisions. 6 6 if ( count( $revisions ) > 1 ) { 7 7 }}} 8 8 This should be > 0 not greater than 1. Greater than one means revisions only show when there is 2 or more.