Skip to content

Commit

Permalink
Merge pull request #9630 from Automattic/sync/site-settings-v1-3
Browse files Browse the repository at this point in the history
Remove wpcom-only comment
  • Loading branch information
zinigor authored May 24, 2018
2 parents 6d6b888 + c0f15c6 commit b175cd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
<?php
/**
* WARNING: This file is distributed verbatim in Jetpack.
* There should be nothing WordPress.com specific in this file.
*
* @hide-in-jetpack
* @autounit api-v1 site-settings
*/

new WPCOM_JSON_API_Site_Settings_V1_3_Endpoint( array(
'description' => 'Get detailed settings information about a site.',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
<?php
/**
* WARNING: This file is distributed verbatim in Jetpack.
* There should be nothing WordPress.com specific in this file.
*
* @hide-in-jetpack
* @autounit api-v1 site-settings
*/

new WPCOM_JSON_API_Site_Settings_V1_4_Endpoint( array(
'description' => 'Get detailed settings information about a site.',
Expand Down

0 comments on commit b175cd4

Please sign in to comment.