From a6b006c0f1ef757f23375f7906193370337d8bd7 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 8 Jun 2018 10:09:24 -0400 Subject: Update jetpack 6.2 --- plugins/jetpack/json-endpoints.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/jetpack/json-endpoints.php') diff --git a/plugins/jetpack/json-endpoints.php b/plugins/jetpack/json-endpoints.php index 9dc65858..71c5f03b 100644 --- a/plugins/jetpack/json-endpoints.php +++ b/plugins/jetpack/json-endpoints.php @@ -21,9 +21,7 @@ require_once( $json_endpoints_dir . 'class.wpcom-json-api-render-endpoint.php' ) require_once( $json_endpoints_dir . 'class.wpcom-json-api-delete-media-endpoint.php' ); require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-comment-endpoint.php' ); -require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-comment-counts-endpoint.php' ); require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-comments-tree-endpoint.php' ); -require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-comment-history-endpoint.php' ); require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-media-endpoint.php' ); require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-post-endpoint.php' ); require_once( $json_endpoints_dir . 'class.wpcom-json-api-render-shortcode-endpoint.php' ); @@ -60,6 +58,8 @@ require_once( $json_endpoints_dir . 'class.wpcom-json-api-sharing-buttons-endpoi // Comments require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php' ); +require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-comment-counts-endpoint.php' ); +require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-comment-history-endpoint.php' ); // Media require_once( $json_endpoints_dir . 'class.wpcom-json-api-delete-media-v1-1-endpoint.php' ); -- cgit v1.2.3-65-gdbad