Changeset 12623
- Timestamp:
- 01/07/2010 01:29:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r12622 r12623 2402 2402 2403 2403 function maybe_cancel_post_by_email() { 2404 if ( false == defined( 'POST_BY_EMAIL' )) {2404 if ( !defined( 'POST_BY_EMAIL' ) || !POST_BY_EMAIL ) { 2405 2405 die( __( 'This action has been disabled by the administrator' ) ); 2406 2406 }
Note: See TracChangeset
for help on using the changeset viewer.