Changeset 25868 for trunk/src/wp-mail.php
- Timestamp:
- 10/22/2013 05:21:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r25001 r25868 11 11 require(dirname(__FILE__) . '/wp-load.php'); 12 12 13 /** This filter is documented in wp-admin/options.php */ 13 14 if ( ! apply_filters( 'enable_post_by_email_configuration', true ) ) 14 15 wp_die( __( 'This action has been disabled by the administrator.' ) );
Note: See TracChangeset
for help on using the changeset viewer.