Changeset 38411 for trunk/src/wp-mail.php
- Timestamp:
- 08/27/2016 10:31:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r38402 r38411 21 21 */ 22 22 do_action( 'wp-mail.php' ); 23 24 /** Get the POP3 class with which to access the mailbox. */25 require_once( ABSPATH . WPINC . '/class-pop3.php' );26 23 27 24 /** Only check at this interval for new messages. */
Note: See TracChangeset
for help on using the changeset viewer.