Note that some hosts disable revisions by default because it tends to be a database hog.

However, if you’d like to turn them back on, the setting is found in the wp-config.php file.




You can change the following:

define( ‘WP_POST_REVISIONS’, FALSE );

to

define( ‘WP_POST_REVISIONS’, TRUE);