Changeset 11892
- Timestamp:
- 08/28/2009 07:17:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-mail.php
r11786 r11892 13 13 /** Get the POP3 class with which to access the mailbox. */ 14 14 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'); 15 18 16 19 /** Only check at this interval for new messages. */
Note: See TracChangeset
for help on using the changeset viewer.