Changeset 54870 for trunk/src/wp-includes/revision.php
- Timestamp:
- 11/24/2022 02:16:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r54347 r54870 860 860 } 861 861 862 if ( $locked > $now - 3600) {862 if ( $locked > $now - HOUR_IN_SECONDS ) { 863 863 // Lock is not too old: some other process may be upgrading this post. Bail. 864 864 return false;
Note: See TracChangeset
for help on using the changeset viewer.