Ticket #37572: 37572.diff
| File 37572.diff, 534 bytes (added by , 10 years ago) |
|---|
-
wp-mail.php
12 12 13 13 /** This filter is documented in wp-admin/options.php */ 14 14 if ( ! apply_filters( 'enable_post_by_email_configuration', true ) ) 15 wp_die( __( 'This action has been disabled by the administrator.' ) );15 wp_die( __( 'This action has been disabled by the administrator.' ), 403 ); 16 16 17 17 /** 18 18 * Fires to allow a plugin to do a complete takeover of Post by Email.