Changeset 3030
- Timestamp:
- 04/28/2016 04:09:58 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r2909 r3030 163 163 164 164 /** 165 * Loads the Rest API Endpoints. 166 */ 167 function wporg_themes_rest_apis() { 168 include __DIR__ . '/class-wporg-themes-rest-api-internal-stats.php'; 169 } 170 add_action( 'rest_api_init', 'wporg_themes_rest_apis' ); 171 172 /** 165 173 * Filter the permalink for the Packages to be /post_name/ 166 174 *
Note: See TracChangeset
for help on using the changeset viewer.