Make the action name for post-by-email takeover actually unique so the plugins are not triggered every time WP tries to send an email!
git-svn-id: http://svn.automattic.com/wordpress/trunk@11949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8e7f77c8fb
commit
ad83f73957
|
@ -11,7 +11,7 @@
|
|||
require(dirname(__FILE__) . '/wp-load.php');
|
||||
|
||||
/** Allow a plugin to do a complete takeover of Post by Email **/
|
||||
do_action('wp_mail');
|
||||
do_action('wp-mail.php');
|
||||
|
||||
/** Get the POP3 class with which to access the mailbox. */
|
||||
require_once( ABSPATH . WPINC . '/class-pop3.php' );
|
||||
|
|
Loading…
Reference in New Issue