Skip to content

Commit

Permalink
Update PHPDoc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko committed May 22, 2023
1 parent 9e5737c commit 1f949e0
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<?php
/**
* Bootstraps Global Styles.
* Webfonts API: Provider for locally-hosted fonts.
*
* @package gutenberg
* @package WordPress
* @subpackage Fonts API
* @since X.X.X
*/

if ( class_exists( 'WP_Fonts_Theme_Json_Handler' ) ) {
return;
}

/**
* Class WP_Fonts_Theme_Json_Handler
* Wrapper class that contains several static methods
* to handle fonts defined in theme.json.
*
* @since X.X.X
*/
Expand Down

0 comments on commit 1f949e0

Please sign in to comment.