diff --git a/wp-content/themes/pub/wporg-learn-2024/functions.php b/wp-content/themes/pub/wporg-learn-2024/functions.php index 38edb2e94..d47e53ca8 100644 --- a/wp-content/themes/pub/wporg-learn-2024/functions.php +++ b/wp-content/themes/pub/wporg-learn-2024/functions.php @@ -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. diff --git a/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/block.php b/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/index.php similarity index 100% rename from wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/block.php rename to wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/index.php diff --git a/wp-content/themes/pub/wporg-learn-2024/src/upcoming-online-workshops/block.php b/wp-content/themes/pub/wporg-learn-2024/src/upcoming-online-workshops/index.php similarity index 100% rename from wp-content/themes/pub/wporg-learn-2024/src/upcoming-online-workshops/block.php rename to wp-content/themes/pub/wporg-learn-2024/src/upcoming-online-workshops/index.php