Escapes based on phpcs #5
This commit is contained in:
@@ -89,7 +89,7 @@ if ( ! class_exists( 'SportsPress' ) ) :
|
||||
* @since 0.7
|
||||
*/
|
||||
public function __clone() {
|
||||
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sportspress' ), '0.7' );
|
||||
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'sportspress' ), '0.7' );
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -98,7 +98,7 @@ if ( ! class_exists( 'SportsPress' ) ) :
|
||||
* @since 0.7
|
||||
*/
|
||||
public function __wakeup() {
|
||||
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sportspress' ), '0.7' );
|
||||
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'sportspress' ), '0.7' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user