mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
Inline documentation for hooks in wp-admin/includes/file.php.
Fixes #27429. git-svn-id: https://develop.svn.wordpress.org/trunk@27672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4995,6 +4995,8 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
'url' => $upload[ 'url' ],
|
||||
'type' => $type
|
||||
);
|
||||
|
||||
/** This filter is documented in wp-admin/includes/file.php */
|
||||
return apply_filters( 'wp_handle_upload', $struct, 'upload' );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user