Skip to content

Commit

Permalink
2024 Theme: 💄 Rename block php files
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Jun 4, 2024
1 parent 3f97c7a commit 03f6ee6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-content/themes/pub/wporg-learn-2024/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use function WPOrg_Learn\Sensei\{get_my_courses_page_url};

// Block files
require_once __DIR__ . '/src/learning-pathway-cards/block.php';
require_once __DIR__ . '/src/upcoming-online-workshops/block.php';
require_once __DIR__ . '/src/learning-pathway-cards/index.php';
require_once __DIR__ . '/src/upcoming-online-workshops/index.php';

/**
* Actions and filters.
Expand Down

0 comments on commit 03f6ee6

Please sign in to comment.