Changeset 29255
- Timestamp:
- 07/20/2014 02:01:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r29165 r29255 67 67 'wp.suggestCategories' => 'this:wp_suggestCategories', 68 68 'wp.uploadFile' => 'this:mw_newMediaObject', // Alias 69 'wp.deleteFile' => 'this:wp_deletePost', // Alias 69 70 'wp.getCommentCount' => 'this:wp_getCommentCount', 70 71 'wp.getPostStatusList' => 'this:wp_getPostStatusList', … … 79 80 'wp.newComment' => 'this:wp_newComment', 80 81 'wp.getCommentStatusList' => 'this:wp_getCommentStatusList', 81 'wp.deleteMediaItem' => 'this:wp_deletePost', // Alias82 82 'wp.getMediaItem' => 'this:wp_getMediaItem', 83 83 'wp.getMediaLibrary' => 'this:wp_getMediaLibrary',
Note: See TracChangeset
for help on using the changeset viewer.