Docs: Further type corrections and improvements for various docblocks.

See #53399


git-svn-id: https://develop.svn.wordpress.org/trunk@51302 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2021-07-01 22:01:44 +00:00
parent 4aed272097
commit 077504e755
5 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -715,7 +715,7 @@ function get_upload_iframe_src( $type = null, $post_id = null, $tab = null ) {
*
* @since 2.5.0
*
* @return mixed void|object WP_Error on failure
* @return null|array|void Array of error messages keyed by attachment ID, null or void on success.
*/
function media_upload_form_handler() {
check_admin_referer( 'media-form' );