Download all files FTP
This commit is contained in:
@@ -4680,4 +4680,13 @@ class WP_HTML_Tag_Processor {
|
||||
* @since 6.7.0
|
||||
*/
|
||||
const TEXT_IS_WHITESPACE = 'TEXT_IS_WHITESPACE';
|
||||
|
||||
/**
|
||||
* Wakeup magic method.
|
||||
*
|
||||
* @since 6.9.2
|
||||
*/
|
||||
public function __wakeup() {
|
||||
throw new \LogicException( __CLASS__ . ' should never be unserialized' );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user