From 91582e7d2c527c0da40d58e3f26894d8bf8eb515 Mon Sep 17 00:00:00 2001 From: westi 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: http://svn.automattic.com/wordpress/trunk@11893 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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') )