Ticket #2671: 2671.01.patch
File 2671.01.patch, 782 bytes (added by , 9 years ago) |
---|
-
src/includes/core/filters.php
262 262 add_filter( 'bbp_make_clickable', 'bbp_make_emails_clickable', 6 ); // jjj@bbpress.org 263 263 add_filter( 'bbp_make_clickable', 'bbp_make_mentions_clickable', 8 ); // @jjj 264 264 265 /* 266 * Emails - If WordPress is 4.3+, return null for the 'To' email address. 267 * 268 * This will allow PHPMailer to set the 'To' email header to 269 * 'undisclosed-recipients;' for those using PHP's mail() 270 */ 271 if ( function_exists( 'wptexturize_primes' ) ) { 272 add_filter( 'bbp_subscription_to_email', '__return_null' ); 273 } 274 265 275 /** Deprecated ****************************************************************/ 266 276 267 277 /**