Re: Quickpress Errors
and the second fix!!!
Need to make sure WP_POST_REVISIONS is define (which is normally done in wp-config.pgp or wp-settings.php), I put it in buddypress-quickpress.php
if ( !defined(WP_POST_REVISIONS )) {
define( ‘WP_POST_REVISIONS’, false );
}
Now it does the trick…. V