Changeset 10150 for trunk/xmlrpc.php
- Timestamp:
- 12/09/2008 06:03:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r10058 r10150 138 138 'wp.getAuthors' => 'this:wp_getAuthors', 139 139 'wp.getCategories' => 'this:mw_getCategories', // Alias 140 'wp.getTags' => 'this:wp_getTags', 140 'wp.getTags' => 'this:wp_getTags', 141 141 'wp.newCategory' => 'this:wp_newCategory', 142 142 'wp.deleteCategory' => 'this:wp_deleteCategory', … … 2579 2579 $postdata['post_status'] = 'publish'; 2580 2580 } 2581 2581 2582 2582 $enclosure = array(); 2583 2583 foreach ( (array) get_post_custom($post_ID) as $key => $val) { … … 2617 2617 'custom_fields' => $this->get_custom_fields($post_ID) 2618 2618 ); 2619 2619 2620 2620 if (!empty($enclosure)) $resp['enclosure'] = $enclosure; 2621 2621 2622 2622 return $resp; 2623 2623 } else {
Note: See TracChangeset
for help on using the changeset viewer.