From a7c38d229709b56236834e1f46a236ca11e5e02a Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Fri, 28 Aug 2009 07:18:05 +0000 Subject: [PATCH] Allow a plugin to do a complete takeover of Post by Email git-svn-id: https://develop.svn.wordpress.org/trunk@11893 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-mail.php b/wp-mail.php index e29d150776..dc8dd86310 100644 --- a/wp-mail.php +++ b/wp-mail.php @@ -14,7 +14,7 @@ require(dirname(__FILE__) . '/wp-load.php'); require_once( ABSPATH . WPINC . '/class-pop3.php' ); /** Allow a plugin to do a complete takeover of Post by Email **/ -do_action('wp-mail'); +do_action('wp_mail'); /** Only check at this interval for new messages. */ if ( !defined('WP_MAIL_INTERVAL') )