X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/11be15bd505d66a91e2c80062190b13e315a04a9..72836ec95a52eacbda4dc5aa296b7dd6de08bd3b:/wp-mail.php diff --git a/wp-mail.php b/wp-mail.php index 27290b11..aab91837 100644 --- a/wp-mail.php +++ b/wp-mail.php @@ -10,6 +10,7 @@ /** Make sure that the WordPress bootstrap has run before continuing. */ require(dirname(__FILE__) . '/wp-load.php'); +/** This filter is documented in wp-admin/options.php */ if ( ! apply_filters( 'enable_post_by_email_configuration', true ) ) wp_die( __( 'This action has been disabled by the administrator.' ) );