Thread Starter
kaotik
(@kaotik)
Please ignore. I found the problem. In the config file, there was an old call to force revisions because we were having troubles with it last year…
/** Force auto-saves and revision calls */
define( ‘WP_POST_REVISIONS’, ‘true’ );
However, it seems with a recent WP core update, this line was actually no longer working and was hiding the revisions on the edit page.
All is good now in case this happens to anyone else.
Same here,
All options for revisions are gone. I’ll try and edit the config file…
Cheers, Ed’