Changeset 52978 for trunk/src/wp-mail.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r51850 r52978 63 63 if ( 0 === $count ) { 64 64 $pop3->quit(); 65 wp_die( __( 'There does n’t seem to be any new mail.' ) );65 wp_die( __( 'There does not seem to be any new mail.' ) ); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.