Disables saving a post revision if the title, content and excerpt fields are all unmodified. This helps prevent database bloat and needless overwriting of important revisions.
No configuration needed, no UI and there are no plugin options to bother with. It can also be installed as a must-use plugin (
mu-plugins
directory).
Known Issue
Works best in HTML editor mode or, if in visual editor mode, new content is created from scratch in WordPress. When copying and pasting external content with extensive and poorly-indented HTML markup, underlying TinyMCE formatting can be uneven, so revisions could be saved even when content has not been modified.
To-dos
- Add revision-related message to save notification.
- Workaround for visual editor auto-formatting when saving poorly indented, heavily marked-up content.
- Download the zip file and upload via FTP or browser:
- FTP: Unzip/extract and upload the 'skip-identical-revisions' folder to your plugin directory (default:
wp-content/plugins/
).
- Browser: Upload the zip file via WordPress admin (
Add New > Upload
).
- Activate the plugin in WordPress admin.
- Done.
OR: In WordPress admin go to
Plugins > Add New
, search by plugin name, install and activate.