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
This commit is contained in:
Peter Westwood 2009-08-28 07:18:05 +00:00
parent b4836e4e27
commit a7c38d2297
1 changed files with 1 additions and 1 deletions

View File

@ -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') )