Skip to content

Commit

Permalink
more progress
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-shafi committed Sep 1, 2022
1 parent f584bb9 commit e814848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editorskit-typography-addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ public static function instance()

private function includes()
{
require_once EDITORSKIT_TYPOGRAPHY_ADDON_DIR . 'includes/class-editorskit-post-meta.php';
require_once EDITORSKIT_TYPOGRAPHY_ADDON_DIR . 'includes/class-editorskit-typography-font-loader.php';
require_once EDITORSKIT_TYPOGRAPHY_ADDON_DIR . 'includes/class-editorskit-block-typography-manager.php';
require_once EDITORSKIT_TYPOGRAPHY_ADDON_DIR . 'includes/class-editorskit-typography-addon-post-meta.php';
require_once EDITORSKIT_TYPOGRAPHY_ADDON_DIR . 'includes/class-editorskit-typography-addon-font-loader.php';
require_once EDITORSKIT_TYPOGRAPHY_ADDON_DIR . 'includes/class-editorskit-block-typography-addon-manager.php';
}
public static function initFilters()
{
Expand Down

0 comments on commit e814848

Please sign in to comment.