Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Every post update saves a revision #2629

Description

@ellatrix

Not sure if this has been discussed before, but I couldn't find anything.

I know core does this when calling wp_update_post(), but for this API it seems a bit unexpected. IMHO it should be up to the application to create revisions.

Imagine an application wants saves quite often between user edits (à la Google Docs), the amount of revisions grows quickly and it becomes hard to see the differences between them as there are many with just a small edit. Maybe instead the application wants to group smaller edits into one revision or group them by session, but that's not possible at the moment.

Would love to see some discussion around this. :)

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions