About this topic

  • Posted by laqrhead 5 months ago. There are 3 posts. The latest reply is from laqrhead.

Tags

  1. 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?

  2. I don't seem to have that problem. It probably wouldn't hurt to remove them. They are there to not save revisions for posts which postie makes.

  3. Seems to be working so far. Thanks.

RSS feed for this topic

Have you read the FAQ?
Have you tried the latest development version (at the bottom)?

Reply

You must log in to post.