Hi There, I'm using:
Wordpress 2.9.1
Postie 1.3.4
http://www.kelowna.com/
When the plugin is active the revisions meta box is gone from the edit page. I assume it has something to do with the last lines of postie-functions.php not being interpreted?
At the beginning we have:
<?php
$revisions= WP_POST_REVISIONS;
define('WP_POST_REVISIONS', false);
And at the end:
define('WP_POST_REVISIONS', $revisions);
ini_set('memory_limit', $original_mem_limit);
?>
Would it be safe to remove these?