Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Quickpress Errors


vee_bee
Participant

@vee_bee

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

Skip to toolbar