Changeset 56859 for branches/4.6/src/wp-includes/Requests/Hooks.php
- Timestamp:
- 10/12/2023 02:43:19 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6/src/wp-includes/Requests/Hooks.php
r38049 r56859 66 66 return true; 67 67 } 68 69 public function __wakeup() { 70 throw new \LogicException( __CLASS__ . ' should never be unserialized' ); 71 } 68 72 }
Note: See TracChangeset
for help on using the changeset viewer.