Ticket #11752: 11752.diff
File 11752.diff, 451 bytes (added by , 15 years ago) |
---|
-
wp-includes/ms-functions.php
2398 2398 } 2399 2399 2400 2400 function maybe_cancel_post_by_email() { 2401 if ( false == defined( 'POST_BY_EMAIL' )) {2401 if ( !defined( 'POST_BY_EMAIL' ) || !POST_BY_EMAIL ) { 2402 2402 die( __( 'This action has been disabled by the administrator' ) ); 2403 2403 } 2404 2404 }