Changeset 56878 for branches/5.4/src/wp-includes/Requests/Session.php
- Timestamp:
- 10/12/2023 03:06:49 PM (16 months ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
- Property svn:mergeinfo changed
/trunk merged: 56833-56836,56838
- Property svn:mergeinfo changed
-
branches/5.4/src/wp-includes/Requests/Session.php
r46586 r56878 228 228 } 229 229 230 public function __wakeup() { 231 throw new \LogicException( __CLASS__ . ' should never be unserialized' ); 232 } 233 230 234 /** 231 235 * Merge a request's data with the default data
Note: See TracChangeset
for help on using the changeset viewer.