Changeset 57164
- Timestamp:
- 12/06/2023 04:04:44 PM (14 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-includes/html-api/class-wp-html-token.php
r56363 r57164 95 95 } 96 96 } 97 98 /** 99 * Wakeup magic method. 100 * 101 * @since 6.4.2 102 */ 103 public function __wakeup() { 104 throw new \LogicException( __CLASS__ . ' should never be unserialized' ); 105 } 97 106 }
Note: See TracChangeset
for help on using the changeset viewer.