Changeset 49193 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 10/18/2020 05:25:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r48102 r49193 276 276 * when we have an autsosave and the user has clicked 'View the Autosave' 277 277 */ 278 if ( 1 === sizeof( $revisions ) ) {278 if ( 1 === count( $revisions ) ) { 279 279 $revisions[ $post->ID ] = array( 280 280 'id' => $post->ID,
Note: See TracChangeset
for help on using the changeset viewer.