Changeset 38402 for trunk/src/wp-mail.php
- Timestamp:
- 08/27/2016 02:36:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r38399 r38402 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' ); 23 26 24 27 /** Only check at this interval for new messages. */
Note: See TracChangeset
for help on using the changeset viewer.