Changeset 12855 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 01/26/2010 08:53:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r12854 r12855 2034 2034 } 2035 2035 2036 function maybe_cancel_post_by_email() {2037 if ( !defined( 'POST_BY_EMAIL' ) || !POST_BY_EMAIL )2038 die( __( 'This action has been disabled by the administrator' ) );2039 }2040 add_action( 'wp-mail.php', 'maybe_cancel_post_by_email' );2041 2042 2036 ?>
Note: See TracChangeset
for help on using the changeset viewer.