Changeset 11910
- Timestamp:
- 09/10/2009 08:05:24 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-mail.php
r11893 r11910 11 11 require(dirname(__FILE__) . '/wp-load.php'); 12 12 13 /** Allow a plugin to do a complete takeover of Post by Email **/ 14 do_action('wp_mail'); 15 13 16 /** Get the POP3 class with which to access the mailbox. */ 14 17 require_once( ABSPATH . WPINC . '/class-pop3.php' ); 15 16 /** Allow a plugin to do a complete takeover of Post by Email **/17 do_action('wp_mail');18 18 19 19 /** Only check at this interval for new messages. */
Note: See TracChangeset
for help on using the changeset viewer.