Changeset 59790 for trunk/src/wp-mail.php
- Timestamp:
- 02/08/2025 03:58:11 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r59064 r59790 40 40 41 41 if ( $last_checked ) { 42 wp_die( __( 'Slow down cowboy, no need to check for new mails so often!' ) ); 42 wp_die( 43 sprintf( 44 // translators: %s human readable rate limit. 45 __( 'Email checks are rate limited to once every %s.' ), 46 human_time_diff( time() - WP_MAIL_INTERVAL, time() ) 47 ), 48 __( 'Slow down, no need to check for new mails so often!' ), 49 429 50 ); 43 51 } 44 52
Note: See TracChangeset
for help on using the changeset viewer.