Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Stewart <[email protected]>
  • Loading branch information
matiasbenedetto and costdev authored Feb 28, 2024
1 parent 0641ba1 commit 700010f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ protected function handle_font_file_upload( $file ) {
*
* To avoid an infinite loop, don't hook wp_get_font_dir() to 'upload_dir'.
* Instead, just pass its return value to the 'upload_dir' callback.
*/
*/
$font_dir = wp_get_font_dir();
$set_upload_dir = function () use ( $font_dir ) {
return $font_dir;
Expand Down

0 comments on commit 700010f

Please sign in to comment.