Make WordPress Core

Changeset 11949 for trunk/wp-mail.php


Ignore:
Timestamp:
09/18/2009 08:43:05 PM (17 years ago)
Author:
westi
Message:

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!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-mail.php

    r11910 r11949  
    1212
    1313/** Allow a plugin to do a complete takeover of Post by Email **/
    14 do_action('wp_mail');
     14do_action('wp-mail.php');
    1515
    1616/** Get the POP3 class with which to access the mailbox. */
Note: See TracChangeset for help on using the changeset viewer.