Changeset 54749 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 11/04/2022 10:08:35 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r53779 r54749 280 280 } 281 281 282 /* *283 * If we only have one revision, the initial revision is missing ;This happens284 * when we have an aut sosave and the user has clicked 'View the Autosave'282 /* 283 * If we only have one revision, the initial revision is missing. This happens 284 * when we have an autosave and the user has clicked 'View the Autosave'. 285 285 */ 286 286 if ( 1 === count( $revisions ) ) {
Note: See TracChangeset
for help on using the changeset viewer.