Skip to content

Commit

Permalink
Format PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecoder committed Apr 2, 2024
1 parent d33da0f commit 2303f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.5/fonts/fonts.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function gutenberg_before_delete_font_face( $post_id, $post ) {
$site_path = '/sites/' . get_current_blog_id();
}

$font_dir = path_join( WP_CONTENT_DIR, 'fonts' ) . $site_path;
$font_dir = path_join( WP_CONTENT_DIR, 'fonts' ) . $site_path;

foreach ( $font_files as $font_file ) {
$font_path = $font_dir . '/' . $font_file;
Expand Down

0 comments on commit 2303f63

Please sign in to comment.