Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author scribu

    (@scribu)

    There’s no point: revisions do not remember which terms they had assigned.

    Thread Starter bleepa

    (@bleepa)

    Well, I am using another plugin called ‘Revision Control’ that does record changes in terms.

    However, I have noticed this only happens when you update the post from the admin side. Is there any way to emulate the use of the ‘update’ button on the front-end?

    Thread Starter bleepa

    (@bleepa)

    I think i got it.

    I just added wp_update_post( array( 'ID' => $post_id ) ); to the ‘save’ function in fields/taxonomy.php.

    It seems to work perfectly!

    Thanks for such an awesome plugin!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Front-end Editor] Forcing revision creation’ is closed to new replies.