Skip to content

Commit

Permalink
Fixes comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecoder committed Feb 22, 2024
1 parent 314cad6 commit efa01ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compat/wordpress-6.5/fonts/fonts.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ function gutenberg_create_initial_post_types() {
/**
* Filters the user capabilities to grant the 'upload_fonts' capability as necessary.
*
* To grant the 'upload_fonts' capability, files modifications must be allowed, the fonts directory must be
* To grant the 'upload_fonts' capability, file modifications must be allowed, the fonts directory must be
* writable, and the user must have the 'edit_theme_options' capability.
*
* @since 5.6.0
* @since 6.5.0
*
* @param bool[] $allcaps An array of all the user's capabilities.
* @return bool[] Filtered array of the user's capabilities.
Expand Down

0 comments on commit efa01ec

Please sign in to comment.