Changeset 38470 for trunk/src/wp-mail.php
- Timestamp:
- 08/31/2016 04:30:48 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r38411 r38470 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.