- Timestamp:
- 06/18/2024 05:39:13 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-open-elements.php
r58304 r58441 518 518 } 519 519 } 520 521 /** 522 * Wakeup magic method. 523 * 524 * @since 6.6.0 525 */ 526 public function __wakeup() { 527 throw new \LogicException( __CLASS__ . ' should never be unserialized' ); 528 } 520 529 }
Note: See TracChangeset
for help on using the changeset viewer.