Changeset 38332
- Timestamp:
- 08/23/2016 02:01:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r38045 r38332 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 /**
Note: See TracChangeset
for help on using the changeset viewer.