Changeset 56895 for branches/6.2/src/wp-includes/Requests/src/Hooks.php
- Timestamp:
- 10/12/2023 04:07:43 PM (20 months ago)
- Location:
- branches/6.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2
- Property svn:mergeinfo changed
/trunk merged: 56833-56838
- Property svn:mergeinfo changed
-
branches/6.2/src/wp-includes/Requests/src/Hooks.php
r54997 r56895 97 97 return true; 98 98 } 99 100 public function __wakeup() { 101 throw new \LogicException( __CLASS__ . ' should never be unserialized' ); 102 } 99 103 }
Note: See TracChangeset
for help on using the changeset viewer.