On Fri, Dec 10, 2010 at 2:30 AM, Jan Weinschenker
<[email protected]>wrote:

> Hi again. With Andrew's hint, I found the solution here
> http://wordpress.org/support/topic/how-to-enable-post-via-email
>
> Thank you!
> Jan :-)


Please don't edit core files, though.

Drop that into a file by itself in mu-plugins, or add it to your plugins
folder with some headers:

<?php
// Plugin Name: Enable Post by Mail
add_filter( 'enable_post_by_email_configuration', '__return_true' );
?>
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to