MEAT06
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Prove your humanity:Hi Jeremy,
jetpack/modules/protect/math-fallback.php, line 104 :
<div style="margin: 5px 0 20px;"> <strong>Prove your humanity: </strong> <?php echo $num1 ?> + <?php echo $num2 ?> = <input type="input" name="jetpack_protect_num" value="" size="2" /> <input type="hidden" name="jetpack_protect_answer" value="<?php echo $ans; ?>" /> </div>Phrase “Prove your humanity” hard coded.
Regards
Hi mattyrob,
Thanx for your answer.
I located the problem in classes/class-s2-core.php, line 368.
/*
if ( $this->s2_mu && !apply_filters(‘s2_allow_site_switching’, $this->site_switching) ) {
global $switched;
if ( $switched ) { return; }
}
*/When i comment this bloc, mails notification are well sent.
I don’t understand the purpose of the allow_site_switching yet.Do you have some information about this ?
My wordpress platform is a MultiSite wordpress.Regards,
—
MEATHello
Do you have a solution to delete the conflict between Subscribe2 and User Access Manager ?
—
MEAT