Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format php
  • Loading branch information
matiasbenedetto authored and jffng committed Dec 13, 2023
commit 498978a38502d84d38474b7149f0bf5129332f50
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 @@ -61,7 +61,7 @@ function wp_register_font_collection( $config ) {
/**
* Sanitize font family content.
*
* @param array $data An array of slashed and processed post data.
* @param array $data An array of slashed and processed post data.
* @param array $postarr An array of sanitized (and slashed) but otherwise unmodified post data.
* @param array $unsanitized_postarr An array of slashed yet *unsanitized* and unprocessed post data as originally passed to wp_insert_post().
*
Expand Down