On Fri, Dec 10, 2010 at 2:43 AM, Frank Bueltge <[email protected]> wrote:

> T thnk its enough you define the constant in wp-config.php
> define( 'POST_BY_EMAIL', TRUE );
>
> from source:
> if ( ! defined('POST_BY_EMAIL') || ! POST_BY_EMAIL ) // back compat
> constant.
>    add_filter( 'enable_post_by_email_configuration', '__return_false' );
>

Um, the source is pretty clear. It says back compat constant for a reason.
Don't use it. Use the filter.
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to