Skip to content

Commit

Permalink
format php
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Sep 13, 2023
1 parent bb4f403 commit 8736452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/fonts/font-library/font-library.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function wp_register_font_collection( $config ) {
// @core-merge: This code needs to be removed.
add_action(
'enqueue_block_editor_assets',
function() {
function () {
wp_add_inline_script( 'wp-block-editor', 'window.__experimentalFontLibrary = true', 'before' );
}
);

0 comments on commit 8736452

Please sign in to comment.