| 1 |
<?php |
| 2 |
/** |
| 3 |
* Module Name: JSON API |
| 4 |
* Module Description: Allow applications to securely access your content. |
| 5 |
* Sort Order: 19 |
| 6 |
* First Introduced: 1.9 |
| 7 |
* Requires Connection: Yes |
| 8 |
* Auto Activate: Public |
| 9 |
* Module Tags: Writing, Developers |
| 10 |
* Feature: General |
| 11 |
* Additional Search Queries: api, rest, develop, developers, json, klout, oauth |
| 12 |
* |
| 13 |
* @package automattic/jetpack |
| 14 |
*/ |
| 15 |
|
| 16 |
// Nothing fires here. Module status is checked on the WP.com-side to allow third-party applications. |
| 17 |
|