We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f7822 commit 2b556e0Copy full SHA for 2b556e0
1 file changed
class-optimizations-ace-mc.php
@@ -64,7 +64,7 @@ private function __clone() {}
64
* Prevent unserializing.
65
*/
66
public function __wakeup() {
67
- _doing_it_wrong( __METHOD__, __( 'Unserializing is not allowed.', 'optimizations-ace-mc' ), '1.0.7' );
+ _doing_it_wrong( __METHOD__, esc_html__( 'Unserializing is not allowed.', 'optimizations-ace-mc' ), '1.0.7' );
68
}
69
70
/**
0 commit comments