Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
Update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Sep 22, 2016
1 parent a370913 commit 36ec88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function rest_create_settings_routes() {

rest_register_settings();

$site_route = new WP_REST_Settings_Controller();
$site_route->register_routes();
$settings_route = new WP_REST_Settings_Controller();
$settings_route->register_routes();
}

/**
Expand Down

0 comments on commit 36ec88e

Please sign in to comment.