Changeset 56862 for branches/4.7/src/wp-includes/Requests/Hooks.php
- Timestamp:
- 10/12/2023 02:48:17 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7/src/wp-includes/Requests/Hooks.php
r38049 r56862 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.