Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #50107


Ignore:
Timestamp:
05/06/2020 07:10:23 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50107

    • Property Status changed from new to closed
    • 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
  • Ticket #50107 – Description

    initial v3  
    22I should be able to see a single revision of a page that's been modified.
    33I traced the code down to meta-boxes.php line 1428
    4 
     4{{{
    55// We should aim to show the revisions meta box only when there are revisions.
    66                if ( count( $revisions ) > 1 ) {
    7                
     7}}}             
    88This should be > 0 not greater than 1. Greater than one means revisions only show when there is 2 or more.