Changeset 56895 for branches/6.2/src/wp-includes/Requests/src/Session.php
- Timestamp:
- 10/12/2023 04:07:43 PM (16 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/Session.php
r54997 r56895 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.