Changeset 57163
- Timestamp:
- 12/06/2023 04:03:48 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-token.php
r56363 r57163 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.