mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
XML-RPC: Add wp.deleteMediaItem as an alias to wp_deletePost.
props fahmiadib. fixes #5310. git-svn-id: https://develop.svn.wordpress.org/trunk@28849 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -78,6 +78,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
'wp.editComment' => 'this:wp_editComment',
|
||||
'wp.newComment' => 'this:wp_newComment',
|
||||
'wp.getCommentStatusList' => 'this:wp_getCommentStatusList',
|
||||
'wp.deleteMediaItem' => 'this:wp_deletePost', // Alias
|
||||
'wp.getMediaItem' => 'this:wp_getMediaItem',
|
||||
'wp.getMediaLibrary' => 'this:wp_getMediaLibrary',
|
||||
'wp.getPostFormats' => 'this:wp_getPostFormats',
|
||||
|
||||
Reference in New Issue
Block a user