Changeset 56886 for branches/5.7/src/wp-includes/Requests/Hooks.php
- Timestamp:
- 10/12/2023 03:15:04 PM (14 months ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
- Property svn:mergeinfo changed
/trunk merged: 56833-56838
- Property svn:mergeinfo changed
-
branches/5.7/src/wp-includes/Requests/Hooks.php
r46586 r56886 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.