Skip to content

Commit

Permalink
Fixed vendor wp rest functions file name
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Mar 30, 2016
1 parent 8e9e952 commit 7676e85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ private function rest_api_includes() {
include_once( 'api/class-wc-rest-authentication.php' );

// WP-API classes and functions.
include_once( 'vendor/wp-api-functions.php' );
include_once( 'vendor/wp-rest-functions.php' );
if ( ! class_exists( 'WP_REST_Controller' ) ) {
include_once( 'vendor/class-wp-rest-controller.php' );
}
Expand Down
File renamed without changes.

0 comments on commit 7676e85

Please sign in to comment.