Skip to content

Commit

Permalink
format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Feb 14, 2024
1 parent 099ee79 commit b1d335d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compat/wordpress-6.5/fonts/class-wp-font-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class WP_Font_Utils {
* Adds surrounding quotes to font family names that contain special characters.
*
* It follows the recommendations from the CSS Fonts Module Level 4.
* https://www.w3.org/TR/css-fonts-4/#font-family-prop
* @link https://www.w3.org/TR/css-fonts-4/#font-family-prop
*
* @since 6.5.0
* @access private
Expand Down Expand Up @@ -54,7 +54,7 @@ private static function maybe_add_quotes( $item ) {
* - Adds surrounding quotes to names that special
*
* It follows the recommendations from the CSS Fonts Module Level 4.
* https://www.w3.org/TR/css-fonts-4/#font-family-prop
* @link https://www.w3.org/TR/css-fonts-4/#font-family-prop
*
* @since 6.5.0
* @access private
Expand Down

0 comments on commit b1d335d

Please sign in to comment.