1 | <?php |
||
4 | class Jetpack_JSON_API_Translations_Endpoint extends Jetpack_JSON_API_Endpoint { |
||
5 | // GET /sites/%s/translations |
||
6 | // POST /sites/%s/translations |
||
7 | // POST /sites/%s/translations/update |
||
8 | protected $needed_capabilities = array( 'update_core', 'update_plugins', 'update_themes' ); |
||
9 | protected $log; |
||
10 | protected $success; |
||
11 | |||
12 | public function result() { |
||
20 | } |
||
21 |