Changeset 56842 for branches/6.3/src/wp-includes/Requests/src/Hooks.php
- Timestamp:
- 10/12/2023 01:20:35 PM (2 years ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/Requests/src/Hooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-includes/Requests/src/Hooks.php
r54997 r56842 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.