Changeset 14070 for trunk/wp-mail.php
- Timestamp:
- 04/11/2010 10:41:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-mail.php
r13418 r14070 12 12 13 13 if ( ! apply_filters( 'enable_post_by_email_configuration', true ) ) 14 wp_die( __( 'This action has been disabled by the administrator ' ) );14 wp_die( __( 'This action has been disabled by the administrator.' ) ); 15 15 16 16 /** Allow a plugin to do a complete takeover of Post by Email **/
Note: See TracChangeset
for help on using the changeset viewer.