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

class Jetpack_JSON_API_Plugins_Get_Endpoint extends Jetpack_JSON_API_Plugins_Endpoint {
	// GET  /sites/%s/plugins/%s
	protected $needed_capabilities = 'activate_plugins';
}