Skip to content

Commit 2b556e0

Browse files
authored
Fix
1 parent d9f7822 commit 2b556e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

class-optimizations-ace-mc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private function __clone() {}
6464
* Prevent unserializing.
6565
*/
6666
public function __wakeup() {
67-
_doing_it_wrong( __METHOD__, __( 'Unserializing is not allowed.', 'optimizations-ace-mc' ), '1.0.7' );
67+
_doing_it_wrong( __METHOD__, esc_html__( 'Unserializing is not allowed.', 'optimizations-ace-mc' ), '1.0.7' );
6868
}
6969

7070
/**

0 commit comments

Comments
 (0)