[wp-testers] [WP 3.1 beta] Post-by-mail settings?
Andrew Nacin
wp at andrewnacin.com
Fri Dec 10 07:23:45 UTC 2010
On Fri, Dec 10, 2010 at 2:22 AM, Jan Weinschenker
<jan.weinschenker at web.de>wrote:
> Dear all,
>
> have the post-by-mail settings been moved to a new location? I have WP3.1
> running as a multisite installation (with subdomains). Last time I looked,
> the settings were at Settings > Writing (as described here:
> http://codex.wordpress.org/Post_to_your_blog_using_email).
>
> Now I can't find them there anymore. Where have they gone?
Post by mail is disabled in multisite.
You can enable it with:
add_filter( 'enable_post_by_email_configuration', '__return_true' );
More information about the wp-testers
mailing list