Changeset 1324
- Timestamp:
- 02/25/2015 04:07:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r1322 r1324 149 149 ) ); 150 150 151 include_once '/home/api/public_html/themes/info/1.0/class-themes-api.php';151 include_once API_WPORGPATH . 'themes/info/1.0/class-themes-api.php'; 152 152 $api = new Themes_API( 'query_themes', $args ); 153 153 $api = $api->response; … … 169 169 $args = wp_unslash( $_REQUEST ); 170 170 171 include_once '/home/api/public_html/themes/info/1.0/class-themes-api.php';171 include_once API_WPORGPATH . 'themes/info/1.0/class-themes-api.php'; 172 172 $api = new Themes_API( 'query_themes', array( 'slug' => $args['slug'] ) ); 173 173 $api = $api->response;
Note: See TracChangeset
for help on using the changeset viewer.