Skip to content

Commit

Permalink
[not verified] comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Nov 1, 2021
1 parent 936fd72 commit 739e056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Each of these is a class that will register its own routes on 'rest_api_init'.
require_once JETPACK__PLUGIN_DIR . '_inc/lib/core-api/load-wpcom-endpoints.php';

// Register Search endpoints when WP REST API is initialized.
// Load Search endpoints when WP REST API is initialized.
add_action( 'rest_api_init', array( new Search_REST_Controller(), 'register_rest_routes' ) );

/**
Expand Down

0 comments on commit 739e056

Please sign in to comment.