Skip to content

Commit

Permalink
include the autosaves controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed May 11, 2018
1 parent 00d586a commit 07cccd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// which this class will exist if that is the case.
if ( class_exists( 'WP_REST_Controller' ) ) {
require dirname( __FILE__ ) . '/class-wp-rest-blocks-controller.php';
require dirname( __FILE__ ) . '/class-wp-rest-autosaves-controller.php';
require dirname( __FILE__ ) . '/class-wp-rest-block-renderer-controller.php';
require dirname( __FILE__ ) . '/rest-api.php';
}
Expand Down

0 comments on commit 07cccd7

Please sign in to comment.