summaryrefslogtreecommitdiff
blob: cfc352af7382948323494f81081d8a4083917796 (plain)
1
2
3
4
5
6
<?php

class Jetpack_JSON_API_Themes_Get_Endpoint extends Jetpack_JSON_API_Themes_Endpoint {
	// GET  /sites/%s/themes/%s
	protected $needed_capabilities = 'switch_themes';
}