Skip to content

Commit 2394f2e

Browse files
committed
Code formatting
1 parent 09b6261 commit 2394f2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/functions.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ function wpum_send_registration_admin_email( $user ) {
502502
* Prepare file information for upload.
503503
*
504504
* @param array $file_data
505-
* @return void
505+
*
506+
* @return array
506507
*/
507508
function wpum_prepare_uploaded_files( $file_data ) {
508509
$files_to_upload = array();
@@ -524,6 +525,7 @@ function wpum_prepare_uploaded_files( $file_data ) {
524525
$file_data['type'] = $type['type'];
525526
$files_to_upload[] = $file_data;
526527
}
528+
527529
return apply_filters( 'wpum_prepare_uploaded_files', $files_to_upload );
528530
}
529531

0 commit comments

Comments
 (0)