$default_constants = array( ‘WP_POST_REVISIONS’ => true);
Is it that code to disable revisions ?
i updated it to
$default_constants = array( ‘WP_POST_REVISIONS’ => false );
No Success! :s
this line is in wp-settings.php i couldn’t see it in wp-config.php