Changeset 56842 for branches/6.3/src/wp-includes/Requests/src/Session.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/Session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-includes/Requests/src/Session.php
r54997 r56842 266 266 } 267 267 268 public function __wakeup() { 269 throw new \LogicException( __CLASS__ . ' should never be unserialized' ); 270 } 271 268 272 /** 269 273 * Merge a request's data with the default data
Note: See TracChangeset
for help on using the changeset viewer.